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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1958",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1959,
    "results": [
        {
            "start": 852574789,
            "stop": 852574795
        },
        {
            "start": 852574938,
            "stop": 852574950
        },
        {
            "start": 852575010,
            "stop": 852575029
        },
        {
            "start": 852575141,
            "stop": 852575173
        },
        {
            "start": 852575473,
            "stop": 852576296
        },
        {
            "start": 852576596,
            "stop": 852576866
        },
        {
            "start": 852576870,
            "stop": 852577261
        },
        {
            "start": 852577561,
            "stop": 852577722
        },
        {
            "start": 852577832,
            "stop": 852578423
        },
        {
            "start": 852578426,
            "stop": 852578431
        },
        {
            "start": 852578435,
            "stop": 852578436
        },
        {
            "start": 852578440,
            "stop": 852578441
        },
        {
            "start": 852578446,
            "stop": 852578448
        },
        {
            "start": 852578451,
            "stop": 852578452
        },
        {
            "start": 852578457,
            "stop": 852578515
        },
        {
            "start": 852579063,
            "stop": 852580469
        },
        {
            "start": 852580579,
            "stop": 852580796
        },
        {
            "start": 852582030,
            "stop": 852582791
        },
        {
            "start": 852583091,
            "stop": 852583588
        },
        {
            "start": 852583591,
            "stop": 852583796
        }
    ]
}