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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=18",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 19,
    "results": [
        {
            "start": 816210833,
            "stop": 816211274
        },
        {
            "start": 816211384,
            "stop": 816211860
        },
        {
            "start": 816213626,
            "stop": 816214123
        },
        {
            "start": 816214942,
            "stop": 816214996
        },
        {
            "start": 816247674,
            "stop": 816251715
        },
        {
            "start": 816251732,
            "stop": 816265724
        },
        {
            "start": 816265728,
            "stop": 816266372
        },
        {
            "start": 816266375,
            "stop": 816266589
        },
        {
            "start": 816266606,
            "stop": 816271447
        },
        {
            "start": 816271451,
            "stop": 816271529
        },
        {
            "start": 816273495,
            "stop": 816276987
        },
        {
            "start": 816277994,
            "stop": 816278443
        },
        {
            "start": 816278447,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816284932
        },
        {
            "start": 816290344,
            "stop": 816291263
        },
        {
            "start": 816319884,
            "stop": 816325789
        },
        {
            "start": 816327625,
            "stop": 816343929
        },
        {
            "start": 816343932,
            "stop": 816352875
        },
        {
            "start": 816352878,
            "stop": 816353126
        },
        {
            "start": 816353130,
            "stop": 816353489
        }
    ]
}