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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=568",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=566",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 567,
    "results": [
        {
            "start": 832554169,
            "stop": 832555453
        },
        {
            "start": 832559438,
            "stop": 832601893
        },
        {
            "start": 832604214,
            "stop": 832604828
        },
        {
            "start": 832605738,
            "stop": 832606178
        },
        {
            "start": 832606179,
            "stop": 832606277
        },
        {
            "start": 832606278,
            "stop": 832613833
        },
        {
            "start": 832615740,
            "stop": 832619053
        },
        {
            "start": 832619825,
            "stop": 832620973
        },
        {
            "start": 832622441,
            "stop": 832625466
        },
        {
            "start": 832626896,
            "stop": 832627513
        },
        {
            "start": 832629121,
            "stop": 832630393
        },
        {
            "start": 832631325,
            "stop": 832635647
        },
        {
            "start": 832635772,
            "stop": 832638092
        },
        {
            "start": 832638217,
            "stop": 832640295
        },
        {
            "start": 832640296,
            "stop": 832640506
        },
        {
            "start": 832642850,
            "stop": 832643505
        },
        {
            "start": 832644551,
            "stop": 832650239
        },
        {
            "start": 832651592,
            "stop": 832652741
        },
        {
            "start": 832653154,
            "stop": 832653419
        },
        {
            "start": 832653905,
            "stop": 832658050
        }
    ]
}