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=9996
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=9997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9995",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9996,
    "results": [
        {
            "start": 872182588,
            "stop": 872182637
        },
        {
            "start": 872182676,
            "stop": 872182930
        },
        {
            "start": 872182966,
            "stop": 872183031
        },
        {
            "start": 872183067,
            "stop": 872183225
        },
        {
            "start": 872183270,
            "stop": 872183339
        },
        {
            "start": 872183375,
            "stop": 872183388
        },
        {
            "start": 872183446,
            "stop": 872183473
        },
        {
            "start": 872183588,
            "stop": 872183610
        },
        {
            "start": 872183646,
            "stop": 872183661
        },
        {
            "start": 872183707,
            "stop": 872183731
        },
        {
            "start": 872183781,
            "stop": 872183786
        },
        {
            "start": 872183836,
            "stop": 872183917
        },
        {
            "start": 872183982,
            "stop": 872184066
        },
        {
            "start": 872184102,
            "stop": 872184109
        },
        {
            "start": 872184145,
            "stop": 872184176
        },
        {
            "start": 872184212,
            "stop": 872184413
        },
        {
            "start": 872184529,
            "stop": 872184563
        },
        {
            "start": 872184599,
            "stop": 872184660
        },
        {
            "start": 872184849,
            "stop": 872184960
        },
        {
            "start": 872185140,
            "stop": 872185151
        }
    ]
}