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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=117",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 118,
    "results": [
        {
            "start": 818426007,
            "stop": 818426251
        },
        {
            "start": 818427319,
            "stop": 818427368
        },
        {
            "start": 818428047,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818438987
        },
        {
            "start": 818439424,
            "stop": 818439519
        },
        {
            "start": 818444662,
            "stop": 818444667
        },
        {
            "start": 818445698,
            "stop": 818446020
        },
        {
            "start": 818446947,
            "stop": 818449952
        },
        {
            "start": 818449955,
            "stop": 818449989
        },
        {
            "start": 818449992,
            "stop": 818450271
        },
        {
            "start": 818450274,
            "stop": 818450344
        },
        {
            "start": 818450347,
            "stop": 818450431
        },
        {
            "start": 818450434,
            "stop": 818450511
        },
        {
            "start": 818450514,
            "stop": 818454100
        },
        {
            "start": 818456030,
            "stop": 818457049
        },
        {
            "start": 818457868,
            "stop": 818459748
        },
        {
            "start": 818462871,
            "stop": 818464128
        },
        {
            "start": 818464131,
            "stop": 818464159
        },
        {
            "start": 818464162,
            "stop": 818464270
        },
        {
            "start": 818464273,
            "stop": 818464350
        }
    ]
}