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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7373",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7374,
    "results": [
        {
            "start": 969644867,
            "stop": 969644918
        },
        {
            "start": 969645122,
            "stop": 969645199
        },
        {
            "start": 969645202,
            "stop": 969645322
        },
        {
            "start": 969645362,
            "stop": 969645380
        },
        {
            "start": 969645383,
            "stop": 969645402
        },
        {
            "start": 969645602,
            "stop": 969645642
        },
        {
            "start": 969645887,
            "stop": 969645924
        },
        {
            "start": 969645925,
            "stop": 969646190
        },
        {
            "start": 969646193,
            "stop": 969646199
        },
        {
            "start": 969646202,
            "stop": 969646284
        },
        {
            "start": 969646305,
            "stop": 969646307
        },
        {
            "start": 969646446,
            "stop": 969646451
        },
        {
            "start": 969646462,
            "stop": 969646526
        },
        {
            "start": 969646537,
            "stop": 969646538
        },
        {
            "start": 969646607,
            "stop": 969646715
        },
        {
            "start": 969646718,
            "stop": 969646860
        },
        {
            "start": 969646863,
            "stop": 969646875
        },
        {
            "start": 969646881,
            "stop": 969646882
        },
        {
            "start": 969647002,
            "stop": 969647082
        },
        {
            "start": 969647122,
            "stop": 969647139
        }
    ]
}