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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 71,
    "results": [
        {
            "start": 1257479497,
            "stop": 1257479711
        },
        {
            "start": 1257479714,
            "stop": 1257480066
        },
        {
            "start": 1257480069,
            "stop": 1257480337
        },
        {
            "start": 1257480340,
            "stop": 1257480800
        },
        {
            "start": 1257480803,
            "stop": 1257480978
        },
        {
            "start": 1257480981,
            "stop": 1257481149
        },
        {
            "start": 1257481150,
            "stop": 1257481242
        },
        {
            "start": 1257481243,
            "stop": 1257481299
        },
        {
            "start": 1257481302,
            "stop": 1257481366
        },
        {
            "start": 1257481369,
            "stop": 1257481706
        },
        {
            "start": 1257481714,
            "stop": 1257481733
        },
        {
            "start": 1257481740,
            "stop": 1257481768
        },
        {
            "start": 1257481771,
            "stop": 1257481786
        },
        {
            "start": 1257481789,
            "stop": 1257481912
        },
        {
            "start": 1257481915,
            "stop": 1257481972
        },
        {
            "start": 1257481975,
            "stop": 1257482100
        },
        {
            "start": 1257482103,
            "stop": 1257482627
        },
        {
            "start": 1257482630,
            "stop": 1257483155
        },
        {
            "start": 1257483158,
            "stop": 1257483220
        },
        {
            "start": 1257483223,
            "stop": 1257484013
        }
    ]
}