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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=33",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 34,
    "results": [
        {
            "start": 931454200,
            "stop": 931454203
        },
        {
            "start": 931454205,
            "stop": 931454206
        },
        {
            "start": 931454207,
            "stop": 931454209
        },
        {
            "start": 931457512,
            "stop": 931458175
        },
        {
            "start": 931458179,
            "stop": 931468293
        },
        {
            "start": 931468294,
            "stop": 931468667
        },
        {
            "start": 931468669,
            "stop": 931468670
        },
        {
            "start": 931468671,
            "stop": 931470268
        },
        {
            "start": 931470272,
            "stop": 931470315
        },
        {
            "start": 931470317,
            "stop": 931470353
        },
        {
            "start": 931470355,
            "stop": 931470357
        },
        {
            "start": 931470359,
            "stop": 931470363
        },
        {
            "start": 931470365,
            "stop": 931470373
        },
        {
            "start": 931470376,
            "stop": 931470378
        },
        {
            "start": 931470382,
            "stop": 931470388
        },
        {
            "start": 931470393,
            "stop": 931470420
        },
        {
            "start": 931470422,
            "stop": 931470474
        },
        {
            "start": 931471964,
            "stop": 931472018
        },
        {
            "start": 931472021,
            "stop": 931472056
        },
        {
            "start": 931472058,
            "stop": 931472603
        }
    ]
}