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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=283",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 284,
    "results": [
        {
            "start": 1177755869,
            "stop": 1177755876
        },
        {
            "start": 1177755877,
            "stop": 1177755969
        },
        {
            "start": 1177755970,
            "stop": 1177756005
        },
        {
            "start": 1177756006,
            "stop": 1177756132
        },
        {
            "start": 1177756134,
            "stop": 1177756508
        },
        {
            "start": 1177756509,
            "stop": 1177757461
        },
        {
            "start": 1177757462,
            "stop": 1177757998
        },
        {
            "start": 1177758001,
            "stop": 1177758081
        },
        {
            "start": 1177758082,
            "stop": 1177758115
        },
        {
            "start": 1177758116,
            "stop": 1177758117
        },
        {
            "start": 1177758118,
            "stop": 1177758122
        },
        {
            "start": 1177758123,
            "stop": 1177758329
        },
        {
            "start": 1177758331,
            "stop": 1177758361
        },
        {
            "start": 1177758362,
            "stop": 1177758364
        },
        {
            "start": 1177758365,
            "stop": 1177758530
        },
        {
            "start": 1177758533,
            "stop": 1177758614
        },
        {
            "start": 1177758615,
            "stop": 1177758745
        },
        {
            "start": 1177758746,
            "stop": 1177759802
        },
        {
            "start": 1177759803,
            "stop": 1177761072
        },
        {
            "start": 1177761073,
            "stop": 1177762031
        }
    ]
}