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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=276",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 277,
    "results": [
        {
            "start": 821803362,
            "stop": 821803372
        },
        {
            "start": 821803389,
            "stop": 821803443
        },
        {
            "start": 821803448,
            "stop": 821803492
        },
        {
            "start": 821803503,
            "stop": 821803627
        },
        {
            "start": 821803632,
            "stop": 821803753
        },
        {
            "start": 821803765,
            "stop": 821803876
        },
        {
            "start": 821803881,
            "stop": 821803912
        },
        {
            "start": 821803918,
            "stop": 821803947
        },
        {
            "start": 821803972,
            "stop": 821803991
        },
        {
            "start": 821804004,
            "stop": 821804010
        },
        {
            "start": 821804015,
            "stop": 821804072
        },
        {
            "start": 821804077,
            "stop": 821804122
        },
        {
            "start": 821804139,
            "stop": 821804184
        },
        {
            "start": 821804189,
            "stop": 821804220
        },
        {
            "start": 821804225,
            "stop": 821804245
        },
        {
            "start": 821804261,
            "stop": 821804297
        },
        {
            "start": 821804314,
            "stop": 821804472
        },
        {
            "start": 821804479,
            "stop": 821804525
        },
        {
            "start": 821804541,
            "stop": 821804637
        },
        {
            "start": 821804642,
            "stop": 821804670
        }
    ]
}