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/L1_BURST_CAT1/segments?format=api&page=189
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=188",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 189,
    "results": [
        {
            "start": 832513923,
            "stop": 832514333
        },
        {
            "start": 832518526,
            "stop": 832521509
        },
        {
            "start": 832526812,
            "stop": 832527588
        },
        {
            "start": 832529971,
            "stop": 832530157
        },
        {
            "start": 832530902,
            "stop": 832539740
        },
        {
            "start": 832539742,
            "stop": 832540869
        },
        {
            "start": 832540939,
            "stop": 832540940
        },
        {
            "start": 832540979,
            "stop": 832541733
        },
        {
            "start": 832541810,
            "stop": 832576523
        },
        {
            "start": 832576525,
            "stop": 832576528
        },
        {
            "start": 832576530,
            "stop": 832576543
        },
        {
            "start": 832576545,
            "stop": 832576550
        },
        {
            "start": 832576551,
            "stop": 832576555
        },
        {
            "start": 832576557,
            "stop": 832576574
        },
        {
            "start": 832577240,
            "stop": 832581590
        },
        {
            "start": 832581821,
            "stop": 832583026
        },
        {
            "start": 832583027,
            "stop": 832586486
        },
        {
            "start": 832586488,
            "stop": 832590785
        },
        {
            "start": 832591224,
            "stop": 832592854
        },
        {
            "start": 832614538,
            "stop": 832615011
        }
    ]
}