Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=126",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 127,
    "results": [
        {
            "start": 821514907,
            "stop": 821515136
        },
        {
            "start": 821515139,
            "stop": 821515495
        },
        {
            "start": 821515498,
            "stop": 821515582
        },
        {
            "start": 821515585,
            "stop": 821515636
        },
        {
            "start": 821515639,
            "stop": 821515647
        },
        {
            "start": 821515650,
            "stop": 821515671
        },
        {
            "start": 821515674,
            "stop": 821515720
        },
        {
            "start": 821515724,
            "stop": 821515742
        },
        {
            "start": 821515745,
            "stop": 821515760
        },
        {
            "start": 821515763,
            "stop": 821515781
        },
        {
            "start": 821515784,
            "stop": 821515937
        },
        {
            "start": 821515940,
            "stop": 821515947
        },
        {
            "start": 821515950,
            "stop": 821515953
        },
        {
            "start": 821515956,
            "stop": 821515988
        },
        {
            "start": 821515993,
            "stop": 821516003
        },
        {
            "start": 821516006,
            "stop": 821516016
        },
        {
            "start": 821516019,
            "stop": 821516035
        },
        {
            "start": 821516038,
            "stop": 821516046
        },
        {
            "start": 821516049,
            "stop": 821516065
        },
        {
            "start": 821516068,
            "stop": 821516095
        }
    ]
}