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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5194",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5195,
    "results": [
        {
            "start": 875148134,
            "stop": 875148161
        },
        {
            "start": 875148180,
            "stop": 875148193
        },
        {
            "start": 875148228,
            "stop": 875148286
        },
        {
            "start": 875148310,
            "stop": 875148348
        },
        {
            "start": 875148368,
            "stop": 875148396
        },
        {
            "start": 875148415,
            "stop": 875148476
        },
        {
            "start": 875148495,
            "stop": 875148593
        },
        {
            "start": 875148613,
            "stop": 875148619
        },
        {
            "start": 875148641,
            "stop": 875148711
        },
        {
            "start": 875148730,
            "stop": 875148755
        },
        {
            "start": 875148774,
            "stop": 875148894
        },
        {
            "start": 875148913,
            "stop": 875149058
        },
        {
            "start": 875149091,
            "stop": 875149730
        },
        {
            "start": 875149749,
            "stop": 875150158
        },
        {
            "start": 875150177,
            "stop": 875150399
        },
        {
            "start": 875150419,
            "stop": 875150437
        },
        {
            "start": 875150456,
            "stop": 875150797
        },
        {
            "start": 875150816,
            "stop": 875150891
        },
        {
            "start": 875150910,
            "stop": 875151159
        },
        {
            "start": 875151178,
            "stop": 875151198
        }
    ]
}