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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=151",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 152,
    "results": [
        {
            "start": 817226491,
            "stop": 817226614
        },
        {
            "start": 817226633,
            "stop": 817227226
        },
        {
            "start": 817227245,
            "stop": 817227249
        },
        {
            "start": 817227269,
            "stop": 817227293
        },
        {
            "start": 817227335,
            "stop": 817227626
        },
        {
            "start": 817227629,
            "stop": 817228485
        },
        {
            "start": 817228507,
            "stop": 817228786
        },
        {
            "start": 817228806,
            "stop": 817229028
        },
        {
            "start": 817229047,
            "stop": 817229091
        },
        {
            "start": 817229094,
            "stop": 817229101
        },
        {
            "start": 817229123,
            "stop": 817229144
        },
        {
            "start": 817229163,
            "stop": 817229218
        },
        {
            "start": 817230920,
            "stop": 817230965
        },
        {
            "start": 817230984,
            "stop": 817231048
        },
        {
            "start": 817231068,
            "stop": 817231071
        },
        {
            "start": 817231092,
            "stop": 817231121
        },
        {
            "start": 817231124,
            "stop": 817231194
        },
        {
            "start": 817231198,
            "stop": 817231201
        },
        {
            "start": 817231205,
            "stop": 817231225
        },
        {
            "start": 817231245,
            "stop": 817231274
        }
    ]
}