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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5181",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5182,
    "results": [
        {
            "start": 873828536,
            "stop": 873828551
        },
        {
            "start": 873828559,
            "stop": 873828655
        },
        {
            "start": 873828720,
            "stop": 873828863
        },
        {
            "start": 873828870,
            "stop": 873828922
        },
        {
            "start": 873828936,
            "stop": 873828960
        },
        {
            "start": 873829020,
            "stop": 873829030
        },
        {
            "start": 873829037,
            "stop": 873829061
        },
        {
            "start": 873829069,
            "stop": 873829075
        },
        {
            "start": 873829082,
            "stop": 873829148
        },
        {
            "start": 873829156,
            "stop": 873829162
        },
        {
            "start": 873829177,
            "stop": 873829345
        },
        {
            "start": 873829353,
            "stop": 873829610
        },
        {
            "start": 873829618,
            "stop": 873829625
        },
        {
            "start": 873829634,
            "stop": 873829639
        },
        {
            "start": 873829647,
            "stop": 873829653
        },
        {
            "start": 873829661,
            "stop": 873829697
        },
        {
            "start": 873829705,
            "stop": 873829769
        },
        {
            "start": 873829776,
            "stop": 873829842
        },
        {
            "start": 873829851,
            "stop": 873829955
        },
        {
            "start": 873829963,
            "stop": 873829985
        }
    ]
}