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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=65",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 66,
    "results": [
        {
            "start": 817775149,
            "stop": 817775152
        },
        {
            "start": 817775155,
            "stop": 817775157
        },
        {
            "start": 817775160,
            "stop": 817775164
        },
        {
            "start": 817775167,
            "stop": 817775389
        },
        {
            "start": 817775392,
            "stop": 817775436
        },
        {
            "start": 817775439,
            "stop": 817775484
        },
        {
            "start": 817775487,
            "stop": 817775516
        },
        {
            "start": 817775519,
            "stop": 817775520
        },
        {
            "start": 817775526,
            "stop": 817775621
        },
        {
            "start": 817775624,
            "stop": 817775641
        },
        {
            "start": 817775644,
            "stop": 817775655
        },
        {
            "start": 817775658,
            "stop": 817775659
        },
        {
            "start": 817775662,
            "stop": 817775663
        },
        {
            "start": 817775666,
            "stop": 817775930
        },
        {
            "start": 817775931,
            "stop": 817775986
        },
        {
            "start": 817775988,
            "stop": 817778285
        },
        {
            "start": 817778288,
            "stop": 817780179
        },
        {
            "start": 817780181,
            "stop": 817780211
        },
        {
            "start": 817780217,
            "stop": 817780860
        },
        {
            "start": 817780867,
            "stop": 817780891
        }
    ]
}