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=7325
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=7326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7324",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7325,
    "results": [
        {
            "start": 875224856,
            "stop": 875224886
        },
        {
            "start": 875224887,
            "stop": 875224999
        },
        {
            "start": 875225001,
            "stop": 875225394
        },
        {
            "start": 875225395,
            "stop": 875225405
        },
        {
            "start": 875225406,
            "stop": 875225984
        },
        {
            "start": 875225985,
            "stop": 875226509
        },
        {
            "start": 875226510,
            "stop": 875226549
        },
        {
            "start": 875226550,
            "stop": 875226641
        },
        {
            "start": 875226642,
            "stop": 875226649
        },
        {
            "start": 875226650,
            "stop": 875226755
        },
        {
            "start": 875226756,
            "stop": 875226806
        },
        {
            "start": 875226807,
            "stop": 875227064
        },
        {
            "start": 875227065,
            "stop": 875227268
        },
        {
            "start": 875227270,
            "stop": 875227508
        },
        {
            "start": 875227509,
            "stop": 875227785
        },
        {
            "start": 875227786,
            "stop": 875228463
        },
        {
            "start": 875228465,
            "stop": 875228574
        },
        {
            "start": 875228575,
            "stop": 875228592
        },
        {
            "start": 875228593,
            "stop": 875228602
        },
        {
            "start": 875228604,
            "stop": 875228725
        }
    ]
}