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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14769",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14767",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14768,
    "results": [
        {
            "start": 971181925,
            "stop": 971181927
        },
        {
            "start": 971181930,
            "stop": 971181933
        },
        {
            "start": 971181936,
            "stop": 971181937
        },
        {
            "start": 971181938,
            "stop": 971181939
        },
        {
            "start": 971181940,
            "stop": 971181947
        },
        {
            "start": 971181951,
            "stop": 971181960
        },
        {
            "start": 971181961,
            "stop": 971181962
        },
        {
            "start": 971181964,
            "stop": 971181965
        },
        {
            "start": 971181970,
            "stop": 971181973
        },
        {
            "start": 971181974,
            "stop": 971181978
        },
        {
            "start": 971181983,
            "stop": 971181984
        },
        {
            "start": 971181991,
            "stop": 971181993
        },
        {
            "start": 971181995,
            "stop": 971181999
        },
        {
            "start": 971182003,
            "stop": 971182004
        },
        {
            "start": 971182006,
            "stop": 971182008
        },
        {
            "start": 971182011,
            "stop": 971182014
        },
        {
            "start": 971182020,
            "stop": 971182021
        },
        {
            "start": 971182023,
            "stop": 971182025
        },
        {
            "start": 971182027,
            "stop": 971182028
        },
        {
            "start": 971182031,
            "stop": 971182033
        }
    ]
}