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/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1291
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=1292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1290",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1291,
    "results": [
        {
            "start": 959803858,
            "stop": 959804539
        },
        {
            "start": 959845092,
            "stop": 959846417
        },
        {
            "start": 959855731,
            "stop": 959857449
        },
        {
            "start": 959857451,
            "stop": 959857506
        },
        {
            "start": 959857508,
            "stop": 959857549
        },
        {
            "start": 959857550,
            "stop": 959857570
        },
        {
            "start": 959898246,
            "stop": 959905625
        },
        {
            "start": 959905630,
            "stop": 959909495
        },
        {
            "start": 959909500,
            "stop": 959924686
        },
        {
            "start": 959924692,
            "stop": 959925238
        },
        {
            "start": 959925244,
            "stop": 959935022
        },
        {
            "start": 959937543,
            "stop": 959939590
        },
        {
            "start": 959940334,
            "stop": 959944544
        },
        {
            "start": 959944546,
            "stop": 959944644
        },
        {
            "start": 959952415,
            "stop": 959952689
        },
        {
            "start": 959954263,
            "stop": 959954940
        },
        {
            "start": 959959093,
            "stop": 959959112
        },
        {
            "start": 959959833,
            "stop": 959959987
        },
        {
            "start": 959962800,
            "stop": 959966541
        },
        {
            "start": 959969809,
            "stop": 959973357
        }
    ]
}