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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8945",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8946,
    "results": [
        {
            "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
        },
        {
            "start": 873723072,
            "stop": 873723083
        },
        {
            "start": 873723125,
            "stop": 873723134
        },
        {
            "start": 873723187,
            "stop": 873723189
        },
        {
            "start": 873723228,
            "stop": 873723247
        },
        {
            "start": 873723277,
            "stop": 873723296
        },
        {
            "start": 873723324,
            "stop": 873723326
        },
        {
            "start": 873723363,
            "stop": 873723379
        }
    ]
}