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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=349",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 350,
    "results": [
        {
            "start": 824497150,
            "stop": 824499913
        },
        {
            "start": 824500072,
            "stop": 824501189
        },
        {
            "start": 824501370,
            "stop": 824502070
        },
        {
            "start": 824505283,
            "stop": 824507210
        },
        {
            "start": 824507290,
            "stop": 824509430
        },
        {
            "start": 824509510,
            "stop": 824509920
        },
        {
            "start": 824510110,
            "stop": 824510752
        },
        {
            "start": 824510779,
            "stop": 824510785
        },
        {
            "start": 824510813,
            "stop": 824510824
        },
        {
            "start": 824510889,
            "stop": 824510917
        },
        {
            "start": 824510960,
            "stop": 824510993
        },
        {
            "start": 824521701,
            "stop": 824524500
        },
        {
            "start": 824524620,
            "stop": 824532967
        },
        {
            "start": 824532975,
            "stop": 824532990
        },
        {
            "start": 824532997,
            "stop": 824536635
        },
        {
            "start": 824536642,
            "stop": 824537148
        },
        {
            "start": 824537155,
            "stop": 824537418
        },
        {
            "start": 824537425,
            "stop": 824538323
        },
        {
            "start": 824538330,
            "stop": 824538363
        },
        {
            "start": 824538370,
            "stop": 824538403
        }
    ]
}