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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3789",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3790,
    "results": [
        {
            "start": 873204975,
            "stop": 873205053
        },
        {
            "start": 873205054,
            "stop": 873206011
        },
        {
            "start": 873206014,
            "stop": 873206038
        },
        {
            "start": 873206041,
            "stop": 873206043
        },
        {
            "start": 873206046,
            "stop": 873206104
        },
        {
            "start": 873206105,
            "stop": 873206158
        },
        {
            "start": 873206163,
            "stop": 873206168
        },
        {
            "start": 873206174,
            "stop": 873206223
        },
        {
            "start": 873206228,
            "stop": 873206258
        },
        {
            "start": 873206262,
            "stop": 873206348
        },
        {
            "start": 873206351,
            "stop": 873206389
        },
        {
            "start": 873206390,
            "stop": 873206501
        },
        {
            "start": 873206504,
            "stop": 873206506
        },
        {
            "start": 873206510,
            "stop": 873207283
        },
        {
            "start": 873207284,
            "stop": 873207365
        },
        {
            "start": 873207367,
            "stop": 873207587
        },
        {
            "start": 873207590,
            "stop": 873207829
        },
        {
            "start": 873207830,
            "stop": 873207943
        },
        {
            "start": 873207946,
            "stop": 873208011
        },
        {
            "start": 873208012,
            "stop": 873208080
        }
    ]
}