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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=81",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 82,
    "results": [
        {
            "start": 817902847,
            "stop": 817902848
        },
        {
            "start": 817902857,
            "stop": 817904985
        },
        {
            "start": 817904989,
            "stop": 817906091
        },
        {
            "start": 817906094,
            "stop": 817906161
        },
        {
            "start": 817906164,
            "stop": 817906452
        },
        {
            "start": 817906463,
            "stop": 817906467
        },
        {
            "start": 817906470,
            "stop": 817907958
        },
        {
            "start": 817907961,
            "stop": 817908025
        },
        {
            "start": 817908028,
            "stop": 817908628
        },
        {
            "start": 817908630,
            "stop": 817908725
        },
        {
            "start": 817908732,
            "stop": 817908738
        },
        {
            "start": 817909481,
            "stop": 817909487
        },
        {
            "start": 817909488,
            "stop": 817909664
        },
        {
            "start": 817981691,
            "stop": 817982112
        },
        {
            "start": 817982117,
            "stop": 817982123
        },
        {
            "start": 817982126,
            "stop": 817982171
        },
        {
            "start": 817982174,
            "stop": 817982272
        },
        {
            "start": 817982275,
            "stop": 817982865
        },
        {
            "start": 817982868,
            "stop": 817982922
        },
        {
            "start": 817982925,
            "stop": 817983254
        }
    ]
}