Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=79
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=78",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 79,
    "results": [
        {
            "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": 817909481,
            "stop": 817909487
        },
        {
            "start": 817909488,
            "stop": 817909633
        },
        {
            "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
        },
        {
            "start": 817983257,
            "stop": 817983285
        },
        {
            "start": 817983288,
            "stop": 817983598
        }
    ]
}