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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5183",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5184,
    "results": [
        {
            "start": 875131727,
            "stop": 875131757
        },
        {
            "start": 875131806,
            "stop": 875131919
        },
        {
            "start": 875131938,
            "stop": 875131989
        },
        {
            "start": 875132008,
            "stop": 875132050
        },
        {
            "start": 875132069,
            "stop": 875132114
        },
        {
            "start": 875132133,
            "stop": 875132183
        },
        {
            "start": 875132213,
            "stop": 875132249
        },
        {
            "start": 875132289,
            "stop": 875132292
        },
        {
            "start": 875132316,
            "stop": 875132405
        },
        {
            "start": 875132438,
            "stop": 875132482
        },
        {
            "start": 875132506,
            "stop": 875132705
        },
        {
            "start": 875132730,
            "stop": 875132796
        },
        {
            "start": 875132815,
            "stop": 875132817
        },
        {
            "start": 875132844,
            "stop": 875132869
        },
        {
            "start": 875132888,
            "stop": 875132915
        },
        {
            "start": 875132934,
            "stop": 875132938
        },
        {
            "start": 875132958,
            "stop": 875133012
        },
        {
            "start": 875133031,
            "stop": 875133038
        },
        {
            "start": 875133057,
            "stop": 875133194
        },
        {
            "start": 875133213,
            "stop": 875133242
        }
    ]
}