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=8303
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=8304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8302",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8303,
    "results": [
        {
            "start": 874144976,
            "stop": 874145012
        },
        {
            "start": 874145031,
            "stop": 874145050
        },
        {
            "start": 874145069,
            "stop": 874145087
        },
        {
            "start": 874145107,
            "stop": 874145171
        },
        {
            "start": 874145191,
            "stop": 874145216
        },
        {
            "start": 874145350,
            "stop": 874145351
        },
        {
            "start": 874145378,
            "stop": 874145466
        },
        {
            "start": 874145530,
            "stop": 874145539
        },
        {
            "start": 874145617,
            "stop": 874145618
        },
        {
            "start": 874145638,
            "stop": 874145640
        },
        {
            "start": 874145689,
            "stop": 874145806
        },
        {
            "start": 874145827,
            "stop": 874145922
        },
        {
            "start": 874146120,
            "stop": 874146189
        },
        {
            "start": 874146208,
            "stop": 874146285
        },
        {
            "start": 874146304,
            "stop": 874146472
        },
        {
            "start": 874146489,
            "stop": 874146515
        },
        {
            "start": 874146534,
            "stop": 874146535
        },
        {
            "start": 874146552,
            "stop": 874146632
        },
        {
            "start": 874146651,
            "stop": 874146770
        },
        {
            "start": 874146789,
            "stop": 874147005
        }
    ]
}