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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=332",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 333,
    "results": [
        {
            "start": 853276488,
            "stop": 853276489
        },
        {
            "start": 853276577,
            "stop": 853277212
        },
        {
            "start": 853277335,
            "stop": 853280149
        },
        {
            "start": 853280449,
            "stop": 853288957
        },
        {
            "start": 853289545,
            "stop": 853290857
        },
        {
            "start": 853291157,
            "stop": 853293369
        },
        {
            "start": 853293551,
            "stop": 853313003
        },
        {
            "start": 853313551,
            "stop": 853315982
        },
        {
            "start": 853343884,
            "stop": 853344183
        },
        {
            "start": 853346506,
            "stop": 853346563
        },
        {
            "start": 853347364,
            "stop": 853351153
        },
        {
            "start": 853351203,
            "stop": 853351204
        },
        {
            "start": 853351268,
            "stop": 853353903
        },
        {
            "start": 853353943,
            "stop": 853358833
        },
        {
            "start": 853359509,
            "stop": 853384628
        },
        {
            "start": 853384630,
            "stop": 853414675
        },
        {
            "start": 853424053,
            "stop": 853444469
        },
        {
            "start": 853445968,
            "stop": 853453261
        },
        {
            "start": 853453339,
            "stop": 853453818
        },
        {
            "start": 853454118,
            "stop": 853478769
        }
    ]
}