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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9912",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9913,
    "results": [
        {
            "start": 870906743,
            "stop": 870906844
        },
        {
            "start": 870906852,
            "stop": 870906933
        },
        {
            "start": 870906941,
            "stop": 870906961
        },
        {
            "start": 870907007,
            "stop": 870907059
        },
        {
            "start": 870907074,
            "stop": 870907127
        },
        {
            "start": 870907135,
            "stop": 870907154
        },
        {
            "start": 870907163,
            "stop": 870907170
        },
        {
            "start": 870907178,
            "stop": 870907211
        },
        {
            "start": 870907244,
            "stop": 870907293
        },
        {
            "start": 870907316,
            "stop": 870907317
        },
        {
            "start": 870907440,
            "stop": 870907482
        },
        {
            "start": 870907490,
            "stop": 870907498
        },
        {
            "start": 870907506,
            "stop": 870907542
        },
        {
            "start": 870907557,
            "stop": 870907580
        },
        {
            "start": 870907589,
            "stop": 870907635
        },
        {
            "start": 870907643,
            "stop": 870907650
        },
        {
            "start": 870907665,
            "stop": 870907672
        },
        {
            "start": 870907711,
            "stop": 870907736
        },
        {
            "start": 870907752,
            "stop": 870907774
        },
        {
            "start": 870907783,
            "stop": 870907788
        }
    ]
}