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=10130
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=10131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10129",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10130,
    "results": [
        {
            "start": 873553252,
            "stop": 873553266
        },
        {
            "start": 873553273,
            "stop": 873553311
        },
        {
            "start": 873553318,
            "stop": 873553324
        },
        {
            "start": 873553341,
            "stop": 873553345
        },
        {
            "start": 873553352,
            "stop": 873553464
        },
        {
            "start": 873553472,
            "stop": 873553531
        },
        {
            "start": 873553539,
            "stop": 873553590
        },
        {
            "start": 873554850,
            "stop": 873556115
        },
        {
            "start": 873556132,
            "stop": 873556365
        },
        {
            "start": 873556373,
            "stop": 873556574
        },
        {
            "start": 873556591,
            "stop": 873556637
        },
        {
            "start": 873556757,
            "stop": 873556921
        },
        {
            "start": 873556928,
            "stop": 873556957
        },
        {
            "start": 873556967,
            "stop": 873556977
        },
        {
            "start": 873556984,
            "stop": 873556995
        },
        {
            "start": 873557002,
            "stop": 873557005
        },
        {
            "start": 873557013,
            "stop": 873557063
        },
        {
            "start": 873557183,
            "stop": 873557581
        },
        {
            "start": 873557592,
            "stop": 873557792
        },
        {
            "start": 873557817,
            "stop": 873557874
        }
    ]
}