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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41100",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41101,
    "results": [
        {
            "start": 875226756,
            "stop": 875226806
        },
        {
            "start": 875226807,
            "stop": 875226859
        },
        {
            "start": 875226861,
            "stop": 875226874
        },
        {
            "start": 875226875,
            "stop": 875226877
        },
        {
            "start": 875226880,
            "stop": 875226900
        },
        {
            "start": 875226960,
            "stop": 875227064
        },
        {
            "start": 875227065,
            "stop": 875227067
        },
        {
            "start": 875227068,
            "stop": 875227076
        },
        {
            "start": 875227079,
            "stop": 875227110
        },
        {
            "start": 875227113,
            "stop": 875227157
        },
        {
            "start": 875227158,
            "stop": 875227195
        },
        {
            "start": 875227196,
            "stop": 875227268
        },
        {
            "start": 875227270,
            "stop": 875227334
        },
        {
            "start": 875227337,
            "stop": 875227508
        },
        {
            "start": 875227510,
            "stop": 875227576
        },
        {
            "start": 875227577,
            "stop": 875227771
        },
        {
            "start": 875227772,
            "stop": 875227785
        },
        {
            "start": 875227786,
            "stop": 875227873
        },
        {
            "start": 875227874,
            "stop": 875227955
        },
        {
            "start": 875227956,
            "stop": 875227960
        }
    ]
}