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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8225",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8226,
    "results": [
        {
            "start": 873721847,
            "stop": 873721876
        },
        {
            "start": 873721919,
            "stop": 873721942
        },
        {
            "start": 873721984,
            "stop": 873722004
        },
        {
            "start": 873722030,
            "stop": 873722035
        },
        {
            "start": 873722066,
            "stop": 873722083
        },
        {
            "start": 873722169,
            "stop": 873722170
        },
        {
            "start": 873722196,
            "stop": 873722209
        },
        {
            "start": 873722304,
            "stop": 873722315
        },
        {
            "start": 873722367,
            "stop": 873722384
        },
        {
            "start": 873722407,
            "stop": 873722464
        },
        {
            "start": 873722522,
            "stop": 873722549
        },
        {
            "start": 873722572,
            "stop": 873722588
        },
        {
            "start": 873722624,
            "stop": 873722673
        },
        {
            "start": 873722693,
            "stop": 873722721
        },
        {
            "start": 873722743,
            "stop": 873722747
        },
        {
            "start": 873722766,
            "stop": 873722792
        },
        {
            "start": 873722868,
            "stop": 873722876
        },
        {
            "start": 873722919,
            "stop": 873722954
        },
        {
            "start": 873722976,
            "stop": 873723011
        },
        {
            "start": 873723041,
            "stop": 873723048
        }
    ]
}