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=41091
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=41092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41090",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41091,
    "results": [
        {
            "start": 875220351,
            "stop": 875220355
        },
        {
            "start": 875220357,
            "stop": 875220379
        },
        {
            "start": 875220380,
            "stop": 875220448
        },
        {
            "start": 875220449,
            "stop": 875220504
        },
        {
            "start": 875220505,
            "stop": 875220548
        },
        {
            "start": 875220550,
            "stop": 875220556
        },
        {
            "start": 875220558,
            "stop": 875220624
        },
        {
            "start": 875220626,
            "stop": 875220637
        },
        {
            "start": 875220638,
            "stop": 875220653
        },
        {
            "start": 875220655,
            "stop": 875220667
        },
        {
            "start": 875220668,
            "stop": 875220679
        },
        {
            "start": 875220680,
            "stop": 875220696
        },
        {
            "start": 875220697,
            "stop": 875220717
        },
        {
            "start": 875220718,
            "stop": 875220725
        },
        {
            "start": 875220726,
            "stop": 875220784
        },
        {
            "start": 875220785,
            "stop": 875220882
        },
        {
            "start": 875220884,
            "stop": 875220908
        },
        {
            "start": 875220909,
            "stop": 875220929
        },
        {
            "start": 875220931,
            "stop": 875220951
        },
        {
            "start": 875220953,
            "stop": 875220973
        }
    ]
}