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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=262",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 263,
    "results": [
        {
            "start": 820981844,
            "stop": 820982205
        },
        {
            "start": 820982212,
            "stop": 820982242
        },
        {
            "start": 820982249,
            "stop": 820983253
        },
        {
            "start": 820983261,
            "stop": 820984743
        },
        {
            "start": 820984750,
            "stop": 820985065
        },
        {
            "start": 820985072,
            "stop": 820985758
        },
        {
            "start": 820985765,
            "stop": 820985786
        },
        {
            "start": 820985793,
            "stop": 820986312
        },
        {
            "start": 820986319,
            "stop": 820986396
        },
        {
            "start": 820986404,
            "stop": 820986493
        },
        {
            "start": 820986538,
            "stop": 820986539
        },
        {
            "start": 820987033,
            "stop": 820987128
        },
        {
            "start": 820987135,
            "stop": 820987752
        },
        {
            "start": 820987759,
            "stop": 820988232
        },
        {
            "start": 820988240,
            "stop": 820988519
        },
        {
            "start": 820988526,
            "stop": 820988893
        },
        {
            "start": 820989960,
            "stop": 820991053
        },
        {
            "start": 820991954,
            "stop": 820992224
        },
        {
            "start": 820992405,
            "stop": 820992819
        },
        {
            "start": 820992827,
            "stop": 820993519
        }
    ]
}