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=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=9",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 10,
    "results": [
        {
            "start": 815224626,
            "stop": 815224828
        },
        {
            "start": 815224832,
            "stop": 815224957
        },
        {
            "start": 815224974,
            "stop": 815225328
        },
        {
            "start": 815225331,
            "stop": 815225347
        },
        {
            "start": 815225351,
            "stop": 815225857
        },
        {
            "start": 815225860,
            "stop": 815225940
        },
        {
            "start": 815225957,
            "stop": 815226235
        },
        {
            "start": 815226252,
            "stop": 815226395
        },
        {
            "start": 815226398,
            "stop": 815226854
        },
        {
            "start": 815226857,
            "stop": 815226901
        },
        {
            "start": 815226904,
            "stop": 815227249
        },
        {
            "start": 815227266,
            "stop": 815227345
        },
        {
            "start": 815227349,
            "stop": 815227693
        },
        {
            "start": 815227710,
            "stop": 815227762
        },
        {
            "start": 815227765,
            "stop": 815227836
        },
        {
            "start": 815227839,
            "stop": 815228040
        },
        {
            "start": 815228044,
            "stop": 815229247
        },
        {
            "start": 815229250,
            "stop": 815229986
        },
        {
            "start": 815231235,
            "stop": 815231775
        },
        {
            "start": 815231779,
            "stop": 815232093
        }
    ]
}