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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=251",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 252,
    "results": [
        {
            "start": 853293551,
            "stop": 853313003
        },
        {
            "start": 853313551,
            "stop": 853315950
        },
        {
            "start": 853343884,
            "stop": 853344183
        },
        {
            "start": 853346506,
            "stop": 853346563
        },
        {
            "start": 853347364,
            "stop": 853351196
        },
        {
            "start": 853351268,
            "stop": 853353895
        },
        {
            "start": 853353943,
            "stop": 853358867
        },
        {
            "start": 853359509,
            "stop": 853384620
        },
        {
            "start": 853384638,
            "stop": 853414675
        },
        {
            "start": 853424053,
            "stop": 853444469
        },
        {
            "start": 853445968,
            "stop": 853453253
        },
        {
            "start": 853453339,
            "stop": 853453818
        },
        {
            "start": 853454118,
            "stop": 853478769
        },
        {
            "start": 853480706,
            "stop": 853482793
        },
        {
            "start": 853484156,
            "stop": 853518598
        },
        {
            "start": 853518766,
            "stop": 853522317
        },
        {
            "start": 853522427,
            "stop": 853522993
        },
        {
            "start": 853572927,
            "stop": 853573042
        },
        {
            "start": 853574047,
            "stop": 853574135
        },
        {
            "start": 853574245,
            "stop": 853574553
        }
    ]
}