Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3079
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3080",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3078",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3079,
    "results": [
        {
            "start": 866076240,
            "stop": 866076548
        },
        {
            "start": 866076552,
            "stop": 866076600
        },
        {
            "start": 866076660,
            "stop": 866076796
        },
        {
            "start": 866076800,
            "stop": 866076820
        },
        {
            "start": 866076824,
            "stop": 866076842
        },
        {
            "start": 866076846,
            "stop": 866076881
        },
        {
            "start": 866076885,
            "stop": 866076900
        },
        {
            "start": 866076960,
            "stop": 866076962
        },
        {
            "start": 866076966,
            "stop": 866077080
        },
        {
            "start": 866077140,
            "stop": 866077401
        },
        {
            "start": 866077404,
            "stop": 866077627
        },
        {
            "start": 866077632,
            "stop": 866077962
        },
        {
            "start": 866077966,
            "stop": 866077980
        },
        {
            "start": 866078040,
            "stop": 866078070
        },
        {
            "start": 866079060,
            "stop": 866079080
        },
        {
            "start": 866084438,
            "stop": 866084520
        },
        {
            "start": 866084580,
            "stop": 866086004
        },
        {
            "start": 866086245,
            "stop": 866086248
        },
        {
            "start": 866086548,
            "stop": 866087083
        },
        {
            "start": 866087689,
            "stop": 866098657
        }
    ]
}