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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=241",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 242,
    "results": [
        {
            "start": 852416143,
            "stop": 852416147
        },
        {
            "start": 852416168,
            "stop": 852416307
        },
        {
            "start": 852416417,
            "stop": 852416543
        },
        {
            "start": 852417075,
            "stop": 852417483
        },
        {
            "start": 852417519,
            "stop": 852417543
        },
        {
            "start": 852417562,
            "stop": 852417980
        },
        {
            "start": 852418090,
            "stop": 852418325
        },
        {
            "start": 852418625,
            "stop": 852418651
        },
        {
            "start": 852419203,
            "stop": 852419298
        },
        {
            "start": 852419598,
            "stop": 852419767
        },
        {
            "start": 852420067,
            "stop": 852420244
        },
        {
            "start": 852420251,
            "stop": 852420631
        },
        {
            "start": 852420652,
            "stop": 852421658
        },
        {
            "start": 852421958,
            "stop": 852421990
        },
        {
            "start": 852422290,
            "stop": 852422341
        },
        {
            "start": 852422644,
            "stop": 852422811
        },
        {
            "start": 852423297,
            "stop": 852423726
        },
        {
            "start": 852425426,
            "stop": 852426199
        },
        {
            "start": 852426224,
            "stop": 852426776
        },
        {
            "start": 852426810,
            "stop": 852426884
        }
    ]
}