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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=338",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 339,
    "results": [
        {
            "start": 822868198,
            "stop": 822868216
        },
        {
            "start": 822868219,
            "stop": 822868453
        },
        {
            "start": 822868456,
            "stop": 822868457
        },
        {
            "start": 822868460,
            "stop": 822868703
        },
        {
            "start": 822868720,
            "stop": 822868896
        },
        {
            "start": 822868900,
            "stop": 822868976
        },
        {
            "start": 822868979,
            "stop": 822868990
        },
        {
            "start": 822868993,
            "stop": 822869070
        },
        {
            "start": 822869190,
            "stop": 822869278
        },
        {
            "start": 822869281,
            "stop": 822869330
        },
        {
            "start": 822869333,
            "stop": 822869472
        },
        {
            "start": 822869475,
            "stop": 822869551
        },
        {
            "start": 822869555,
            "stop": 822869588
        },
        {
            "start": 822869592,
            "stop": 822869901
        },
        {
            "start": 822869904,
            "stop": 822869909
        },
        {
            "start": 822871937,
            "stop": 822872116
        },
        {
            "start": 822872119,
            "stop": 822872168
        },
        {
            "start": 822872172,
            "stop": 822872208
        },
        {
            "start": 822872353,
            "stop": 822872365
        },
        {
            "start": 822872368,
            "stop": 822872420
        }
    ]
}