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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=322",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 323,
    "results": [
        {
            "start": 818769519,
            "stop": 818769539
        },
        {
            "start": 818769840,
            "stop": 818769888
        },
        {
            "start": 818769891,
            "stop": 818769907
        },
        {
            "start": 818769927,
            "stop": 818769947
        },
        {
            "start": 818770200,
            "stop": 818770217
        },
        {
            "start": 818770258,
            "stop": 818770260
        },
        {
            "start": 818770320,
            "stop": 818770326
        },
        {
            "start": 818770362,
            "stop": 818770375
        },
        {
            "start": 818770565,
            "stop": 818770573
        },
        {
            "start": 818770592,
            "stop": 818770607
        },
        {
            "start": 818770633,
            "stop": 818770638
        },
        {
            "start": 818770706,
            "stop": 818770710
        },
        {
            "start": 818777774,
            "stop": 818777820
        },
        {
            "start": 818777841,
            "stop": 818777865
        },
        {
            "start": 818777901,
            "stop": 818777961
        },
        {
            "start": 818777964,
            "stop": 818777971
        },
        {
            "start": 818777974,
            "stop": 818777992
        },
        {
            "start": 818778039,
            "stop": 818778098
        },
        {
            "start": 818778101,
            "stop": 818778114
        },
        {
            "start": 818778117,
            "stop": 818778133
        }
    ]
}