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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40795",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40796,
    "results": [
        {
            "start": 875007809,
            "stop": 875007816
        },
        {
            "start": 875007817,
            "stop": 875007855
        },
        {
            "start": 875007856,
            "stop": 875007873
        },
        {
            "start": 875007875,
            "stop": 875007882
        },
        {
            "start": 875007883,
            "stop": 875007942
        },
        {
            "start": 875007943,
            "stop": 875007966
        },
        {
            "start": 875007967,
            "stop": 875008021
        },
        {
            "start": 875008022,
            "stop": 875008049
        },
        {
            "start": 875008050,
            "stop": 875008075
        },
        {
            "start": 875008076,
            "stop": 875008084
        },
        {
            "start": 875008085,
            "stop": 875008139
        },
        {
            "start": 875008140,
            "stop": 875008148
        },
        {
            "start": 875008149,
            "stop": 875008272
        },
        {
            "start": 875008275,
            "stop": 875008519
        },
        {
            "start": 875008520,
            "stop": 875008568
        },
        {
            "start": 875008569,
            "stop": 875008621
        },
        {
            "start": 875008622,
            "stop": 875008678
        },
        {
            "start": 875008680,
            "stop": 875008791
        },
        {
            "start": 875008792,
            "stop": 875008849
        },
        {
            "start": 875008850,
            "stop": 875008954
        }
    ]
}