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=41038
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=41039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41037",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41038,
    "results": [
        {
            "start": 875192914,
            "stop": 875192933
        },
        {
            "start": 875192934,
            "stop": 875192947
        },
        {
            "start": 875192948,
            "stop": 875192981
        },
        {
            "start": 875192982,
            "stop": 875193056
        },
        {
            "start": 875193057,
            "stop": 875193062
        },
        {
            "start": 875193063,
            "stop": 875193064
        },
        {
            "start": 875193065,
            "stop": 875193098
        },
        {
            "start": 875193099,
            "stop": 875193124
        },
        {
            "start": 875193125,
            "stop": 875193131
        },
        {
            "start": 875193132,
            "stop": 875193133
        },
        {
            "start": 875193134,
            "stop": 875193139
        },
        {
            "start": 875193140,
            "stop": 875193166
        },
        {
            "start": 875193167,
            "stop": 875193182
        },
        {
            "start": 875193183,
            "stop": 875193204
        },
        {
            "start": 875193205,
            "stop": 875193213
        },
        {
            "start": 875193214,
            "stop": 875193215
        },
        {
            "start": 875193216,
            "stop": 875193218
        },
        {
            "start": 875193219,
            "stop": 875193227
        },
        {
            "start": 875193228,
            "stop": 875193234
        },
        {
            "start": 875193235,
            "stop": 875193258
        }
    ]
}