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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=183",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 184,
    "results": [
        {
            "start": 820191877,
            "stop": 820191908
        },
        {
            "start": 820191916,
            "stop": 820191927
        },
        {
            "start": 820191934,
            "stop": 820191957
        },
        {
            "start": 820191966,
            "stop": 820191982
        },
        {
            "start": 820191994,
            "stop": 820191999
        },
        {
            "start": 820192006,
            "stop": 820192011
        },
        {
            "start": 820192018,
            "stop": 820192048
        },
        {
            "start": 820192061,
            "stop": 820192133
        },
        {
            "start": 820192141,
            "stop": 820192151
        },
        {
            "start": 820192158,
            "stop": 820192171
        },
        {
            "start": 820192180,
            "stop": 820192185
        },
        {
            "start": 820192192,
            "stop": 820192204
        },
        {
            "start": 820192216,
            "stop": 820192227
        },
        {
            "start": 820192234,
            "stop": 820192245
        },
        {
            "start": 820192252,
            "stop": 820192321
        },
        {
            "start": 820192328,
            "stop": 820192368
        },
        {
            "start": 820192375,
            "stop": 820192385
        },
        {
            "start": 820192392,
            "stop": 820192403
        },
        {
            "start": 820192410,
            "stop": 820192415
        },
        {
            "start": 820192427,
            "stop": 820192477
        }
    ]
}