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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=47",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 48,
    "results": [
        {
            "start": 820976296,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820981500
        },
        {
            "start": 820982417,
            "stop": 820986385
        },
        {
            "start": 820986685,
            "stop": 820988772
        },
        {
            "start": 820989072,
            "stop": 820989328
        },
        {
            "start": 820989628,
            "stop": 820990919
        },
        {
            "start": 820991219,
            "stop": 820993839
        },
        {
            "start": 820995490,
            "stop": 820995796
        },
        {
            "start": 820997694,
            "stop": 820997730
        },
        {
            "start": 820998216,
            "stop": 820998415
        },
        {
            "start": 821025824,
            "stop": 821027277
        },
        {
            "start": 821027406,
            "stop": 821027429
        },
        {
            "start": 821031102,
            "stop": 821031108
        },
        {
            "start": 821032285,
            "stop": 821034554
        },
        {
            "start": 821037156,
            "stop": 821037383
        },
        {
            "start": 821037497,
            "stop": 821037573
        },
        {
            "start": 821037841,
            "stop": 821037925
        },
        {
            "start": 821052036,
            "stop": 821052931
        },
        {
            "start": 821053056,
            "stop": 821053103
        },
        {
            "start": 821055275,
            "stop": 821055763
        }
    ]
}