Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=97
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=96",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 97,
    "results": [
        {
            "start": 848433373,
            "stop": 848439989
        },
        {
            "start": 848441458,
            "stop": 848458148
        },
        {
            "start": 848460473,
            "stop": 848466315
        },
        {
            "start": 848468244,
            "stop": 848492212
        },
        {
            "start": 848492765,
            "stop": 848527657
        },
        {
            "start": 848531470,
            "stop": 848581273
        },
        {
            "start": 848582987,
            "stop": 848619445
        },
        {
            "start": 848620376,
            "stop": 848624023
        },
        {
            "start": 848628688,
            "stop": 848630009
        },
        {
            "start": 848635752,
            "stop": 848638830
        },
        {
            "start": 848644144,
            "stop": 848648693
        },
        {
            "start": 848650551,
            "stop": 848673441
        },
        {
            "start": 848675936,
            "stop": 848684663
        },
        {
            "start": 848685158,
            "stop": 848691442
        },
        {
            "start": 848693368,
            "stop": 848701455
        },
        {
            "start": 848703576,
            "stop": 848735316
        },
        {
            "start": 848735858,
            "stop": 848736715
        },
        {
            "start": 848738271,
            "stop": 848741984
        },
        {
            "start": 848743127,
            "stop": 848744562
        },
        {
            "start": 848745876,
            "stop": 848750523
        }
    ]
}