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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=330",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 331,
    "results": [
        {
            "start": 821164734,
            "stop": 821164912
        },
        {
            "start": 821164950,
            "stop": 821165024
        },
        {
            "start": 821165045,
            "stop": 821165138
        },
        {
            "start": 821165167,
            "stop": 821165243
        },
        {
            "start": 821165262,
            "stop": 821165387
        },
        {
            "start": 821165406,
            "stop": 821165989
        },
        {
            "start": 821166008,
            "stop": 821166184
        },
        {
            "start": 821166203,
            "stop": 821166220
        },
        {
            "start": 821166239,
            "stop": 821166304
        },
        {
            "start": 821166323,
            "stop": 821166341
        },
        {
            "start": 821166360,
            "stop": 821166410
        },
        {
            "start": 821166429,
            "stop": 821166533
        },
        {
            "start": 821166536,
            "stop": 821166586
        },
        {
            "start": 821166605,
            "stop": 821166685
        },
        {
            "start": 821166707,
            "stop": 821166808
        },
        {
            "start": 821166811,
            "stop": 821166834
        },
        {
            "start": 821166853,
            "stop": 821166936
        },
        {
            "start": 821166955,
            "stop": 821167169
        },
        {
            "start": 821167188,
            "stop": 821167321
        },
        {
            "start": 821167340,
            "stop": 821167344
        }
    ]
}