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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=177",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 178,
    "results": [
        {
            "start": 820191719,
            "stop": 820191793
        },
        {
            "start": 820191796,
            "stop": 820191846
        },
        {
            "start": 820191854,
            "stop": 820191867
        },
        {
            "start": 820191870,
            "stop": 820191872
        },
        {
            "start": 820191875,
            "stop": 820191910
        },
        {
            "start": 820191914,
            "stop": 820191929
        },
        {
            "start": 820191932,
            "stop": 820191959
        },
        {
            "start": 820191964,
            "stop": 820191984
        },
        {
            "start": 820191987,
            "stop": 820191989
        },
        {
            "start": 820191992,
            "stop": 820192001
        },
        {
            "start": 820192004,
            "stop": 820192013
        },
        {
            "start": 820192016,
            "stop": 820192050
        },
        {
            "start": 820192053,
            "stop": 820192056
        },
        {
            "start": 820192059,
            "stop": 820192135
        },
        {
            "start": 820192139,
            "stop": 820192153
        },
        {
            "start": 820192156,
            "stop": 820192173
        },
        {
            "start": 820192178,
            "stop": 820192187
        },
        {
            "start": 820192190,
            "stop": 820192206
        },
        {
            "start": 820192210,
            "stop": 820192211
        },
        {
            "start": 820192214,
            "stop": 820192229
        }
    ]
}