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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=25",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 26,
    "results": [
        {
            "start": 818354602,
            "stop": 818356305
        },
        {
            "start": 818356625,
            "stop": 818357321
        },
        {
            "start": 818357721,
            "stop": 818365809
        },
        {
            "start": 818366661,
            "stop": 818370549
        },
        {
            "start": 818371031,
            "stop": 818407091
        },
        {
            "start": 818407827,
            "stop": 818408033
        },
        {
            "start": 818408790,
            "stop": 818426251
        },
        {
            "start": 818427319,
            "stop": 818427368
        },
        {
            "start": 818428047,
            "stop": 818438987
        },
        {
            "start": 818439424,
            "stop": 818439519
        },
        {
            "start": 818439839,
            "stop": 818439867
        },
        {
            "start": 818441029,
            "stop": 818441897
        },
        {
            "start": 818443226,
            "stop": 818443501
        },
        {
            "start": 818444662,
            "stop": 818444667
        },
        {
            "start": 818444987,
            "stop": 818445298
        },
        {
            "start": 818445698,
            "stop": 818446020
        },
        {
            "start": 818446947,
            "stop": 818454100
        },
        {
            "start": 818454420,
            "stop": 818455630
        },
        {
            "start": 818456030,
            "stop": 818457139
        },
        {
            "start": 818457868,
            "stop": 818459748
        }
    ]
}