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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1895",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1893",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1894,
    "results": [
        {
            "start": 1251347450,
            "stop": 1251348112
        },
        {
            "start": 1251348115,
            "stop": 1251348118
        },
        {
            "start": 1251348121,
            "stop": 1251348126
        },
        {
            "start": 1251348129,
            "stop": 1251348143
        },
        {
            "start": 1251348146,
            "stop": 1251348151
        },
        {
            "start": 1251348154,
            "stop": 1251348187
        },
        {
            "start": 1251348190,
            "stop": 1251348193
        },
        {
            "start": 1251348196,
            "stop": 1251348214
        },
        {
            "start": 1251348215,
            "stop": 1251348222
        },
        {
            "start": 1251348225,
            "stop": 1251348302
        },
        {
            "start": 1251348305,
            "stop": 1251348660
        },
        {
            "start": 1251348663,
            "stop": 1251349047
        },
        {
            "start": 1251349049,
            "stop": 1251354677
        },
        {
            "start": 1251354680,
            "stop": 1251355181
        },
        {
            "start": 1251355184,
            "stop": 1251358039
        },
        {
            "start": 1251358047,
            "stop": 1251359665
        },
        {
            "start": 1251359668,
            "stop": 1251361166
        },
        {
            "start": 1251361169,
            "stop": 1251361317
        },
        {
            "start": 1251361320,
            "stop": 1251363372
        },
        {
            "start": 1251363375,
            "stop": 1251363679
        }
    ]
}