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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=43",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 44,
    "results": [
        {
            "start": 821225176,
            "stop": 821232148
        },
        {
            "start": 821232164,
            "stop": 821232580
        },
        {
            "start": 821232583,
            "stop": 821232681
        },
        {
            "start": 821232684,
            "stop": 821232907
        },
        {
            "start": 821232910,
            "stop": 821233010
        },
        {
            "start": 821233013,
            "stop": 821233197
        },
        {
            "start": 821233200,
            "stop": 821233445
        },
        {
            "start": 821233448,
            "stop": 821233513
        },
        {
            "start": 821233516,
            "stop": 821233668
        },
        {
            "start": 821233671,
            "stop": 821234212
        },
        {
            "start": 821234215,
            "stop": 821234499
        },
        {
            "start": 821234502,
            "stop": 821234714
        },
        {
            "start": 821234717,
            "stop": 821234739
        },
        {
            "start": 821234742,
            "stop": 821234857
        },
        {
            "start": 821234860,
            "stop": 821234869
        },
        {
            "start": 821234872,
            "stop": 821234898
        },
        {
            "start": 821234901,
            "stop": 821234927
        },
        {
            "start": 821234930,
            "stop": 821235054
        },
        {
            "start": 821235057,
            "stop": 821235081
        },
        {
            "start": 821235084,
            "stop": 821235141
        }
    ]
}