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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5166",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5167,
    "results": [
        {
            "start": 874884198,
            "stop": 874884762
        },
        {
            "start": 874884781,
            "stop": 874884875
        },
        {
            "start": 874884895,
            "stop": 874885379
        },
        {
            "start": 874885398,
            "stop": 874885446
        },
        {
            "start": 874885466,
            "stop": 874885709
        },
        {
            "start": 874885728,
            "stop": 874886303
        },
        {
            "start": 874886322,
            "stop": 874886472
        },
        {
            "start": 874886492,
            "stop": 874887111
        },
        {
            "start": 874887130,
            "stop": 874887890
        },
        {
            "start": 874887894,
            "stop": 874887932
        },
        {
            "start": 874887951,
            "stop": 874888175
        },
        {
            "start": 874888194,
            "stop": 874888384
        },
        {
            "start": 874888403,
            "stop": 874888417
        },
        {
            "start": 874888436,
            "stop": 874889158
        },
        {
            "start": 874889177,
            "stop": 874889377
        },
        {
            "start": 874889396,
            "stop": 874889594
        },
        {
            "start": 874889613,
            "stop": 874889856
        },
        {
            "start": 874889875,
            "stop": 874889980
        },
        {
            "start": 874890000,
            "stop": 874890389
        },
        {
            "start": 874890408,
            "stop": 874890809
        }
    ]
}