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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46953",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46954,
    "results": [
        {
            "start": 875205851,
            "stop": 875205861
        },
        {
            "start": 875205862,
            "stop": 875205868
        },
        {
            "start": 875205870,
            "stop": 875205886
        },
        {
            "start": 875205890,
            "stop": 875205904
        },
        {
            "start": 875205908,
            "stop": 875205910
        },
        {
            "start": 875205911,
            "stop": 875205914
        },
        {
            "start": 875205916,
            "stop": 875205952
        },
        {
            "start": 875205955,
            "stop": 875205957
        },
        {
            "start": 875205960,
            "stop": 875205990
        },
        {
            "start": 875205991,
            "stop": 875206013
        },
        {
            "start": 875206014,
            "stop": 875206028
        },
        {
            "start": 875206032,
            "stop": 875206042
        },
        {
            "start": 875206044,
            "stop": 875206063
        },
        {
            "start": 875206064,
            "stop": 875206070
        },
        {
            "start": 875206071,
            "stop": 875206085
        },
        {
            "start": 875206086,
            "stop": 875206093
        },
        {
            "start": 875206094,
            "stop": 875206120
        },
        {
            "start": 875206124,
            "stop": 875206139
        },
        {
            "start": 875206140,
            "stop": 875206149
        },
        {
            "start": 875206150,
            "stop": 875206157
        }
    ]
}