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=9860
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=9861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9859",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9860,
    "results": [
        {
            "start": 870057074,
            "stop": 870058807
        },
        {
            "start": 870074580,
            "stop": 870074640
        },
        {
            "start": 870074760,
            "stop": 870074820
        },
        {
            "start": 870074880,
            "stop": 870074940
        },
        {
            "start": 870075120,
            "stop": 870075263
        },
        {
            "start": 870075299,
            "stop": 870076770
        },
        {
            "start": 870078570,
            "stop": 870079994
        },
        {
            "start": 870080011,
            "stop": 870080220
        },
        {
            "start": 870080520,
            "stop": 870082554
        },
        {
            "start": 870082571,
            "stop": 870085516
        },
        {
            "start": 870085533,
            "stop": 870088014
        },
        {
            "start": 870088031,
            "stop": 870088090
        },
        {
            "start": 870088107,
            "stop": 870088303
        },
        {
            "start": 870088310,
            "stop": 870089160
        },
        {
            "start": 870090660,
            "stop": 870090661
        },
        {
            "start": 870090678,
            "stop": 870091772
        },
        {
            "start": 870091808,
            "stop": 870093211
        },
        {
            "start": 870093228,
            "stop": 870096173
        },
        {
            "start": 870096190,
            "stop": 870096234
        },
        {
            "start": 870096270,
            "stop": 870098003
        }
    ]
}