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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 63,
    "results": [
        {
            "start": 818684264,
            "stop": 818686543
        },
        {
            "start": 818686724,
            "stop": 818687086
        },
        {
            "start": 818689526,
            "stop": 818691883
        },
        {
            "start": 818692064,
            "stop": 818692206
        },
        {
            "start": 818692210,
            "stop": 818695213
        },
        {
            "start": 818695661,
            "stop": 818707440
        },
        {
            "start": 818707500,
            "stop": 818712013
        },
        {
            "start": 818712058,
            "stop": 818712059
        },
        {
            "start": 818712375,
            "stop": 818715228
        },
        {
            "start": 818716549,
            "stop": 818717280
        },
        {
            "start": 818717340,
            "stop": 818717940
        },
        {
            "start": 818718840,
            "stop": 818719513
        },
        {
            "start": 818720844,
            "stop": 818723529
        },
        {
            "start": 818725527,
            "stop": 818728319
        },
        {
            "start": 818730103,
            "stop": 818734597
        },
        {
            "start": 818736605,
            "stop": 818748103
        },
        {
            "start": 818748284,
            "stop": 818766018
        },
        {
            "start": 818766022,
            "stop": 818768639
        },
        {
            "start": 818770503,
            "stop": 818773453
        },
        {
            "start": 818773457,
            "stop": 818780219
        }
    ]
}