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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7216",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7217,
    "results": [
        {
            "start": 874699859,
            "stop": 874700185
        },
        {
            "start": 874700187,
            "stop": 874700212
        },
        {
            "start": 874700213,
            "stop": 874700375
        },
        {
            "start": 874700376,
            "stop": 874700533
        },
        {
            "start": 874700534,
            "stop": 874700613
        },
        {
            "start": 874700614,
            "stop": 874701101
        },
        {
            "start": 874701102,
            "stop": 874702054
        },
        {
            "start": 874702055,
            "stop": 874702123
        },
        {
            "start": 874702124,
            "stop": 874702187
        },
        {
            "start": 874702189,
            "stop": 874702579
        },
        {
            "start": 874702580,
            "stop": 874702582
        },
        {
            "start": 874702583,
            "stop": 874702671
        },
        {
            "start": 874702672,
            "stop": 874702781
        },
        {
            "start": 874702782,
            "stop": 874702853
        },
        {
            "start": 874702855,
            "stop": 874702895
        },
        {
            "start": 874702896,
            "stop": 874703250
        },
        {
            "start": 874703251,
            "stop": 874703355
        },
        {
            "start": 874703356,
            "stop": 874703380
        },
        {
            "start": 874703381,
            "stop": 874703483
        },
        {
            "start": 874703484,
            "stop": 874703656
        }
    ]
}