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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=268",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 269,
    "results": [
        {
            "start": 856131122,
            "stop": 856131676
        },
        {
            "start": 856132776,
            "stop": 856133254
        },
        {
            "start": 856134363,
            "stop": 856135410
        },
        {
            "start": 856135470,
            "stop": 856135482
        },
        {
            "start": 856136680,
            "stop": 856142790
        },
        {
            "start": 856143125,
            "stop": 856143263
        },
        {
            "start": 856143409,
            "stop": 856150033
        },
        {
            "start": 856150345,
            "stop": 856167208
        },
        {
            "start": 856167610,
            "stop": 856200277
        },
        {
            "start": 856200298,
            "stop": 856200824
        },
        {
            "start": 856200846,
            "stop": 856200849
        },
        {
            "start": 856200902,
            "stop": 856200904
        },
        {
            "start": 856200926,
            "stop": 856201775
        },
        {
            "start": 856202700,
            "stop": 856202894
        },
        {
            "start": 856202928,
            "stop": 856202929
        },
        {
            "start": 856202978,
            "stop": 856203570
        },
        {
            "start": 856203630,
            "stop": 856203690
        },
        {
            "start": 856203750,
            "stop": 856203990
        },
        {
            "start": 856204290,
            "stop": 856210290
        },
        {
            "start": 856210725,
            "stop": 856210737
        }
    ]
}