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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=303",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 304,
    "results": [
        {
            "start": 1240408326,
            "stop": 1240408581
        },
        {
            "start": 1240408582,
            "stop": 1240409148
        },
        {
            "start": 1240409149,
            "stop": 1240409168
        },
        {
            "start": 1240409170,
            "stop": 1240409197
        },
        {
            "start": 1240409198,
            "stop": 1240409225
        },
        {
            "start": 1240409226,
            "stop": 1240409340
        },
        {
            "start": 1240409342,
            "stop": 1240409460
        },
        {
            "start": 1240409463,
            "stop": 1240409619
        },
        {
            "start": 1240409622,
            "stop": 1240409894
        },
        {
            "start": 1240409896,
            "stop": 1240410186
        },
        {
            "start": 1240410187,
            "stop": 1240410944
        },
        {
            "start": 1240410945,
            "stop": 1240411101
        },
        {
            "start": 1240411105,
            "stop": 1240411317
        },
        {
            "start": 1240411318,
            "stop": 1240411551
        },
        {
            "start": 1240411552,
            "stop": 1240411721
        },
        {
            "start": 1240411723,
            "stop": 1240411915
        },
        {
            "start": 1240411916,
            "stop": 1240412775
        },
        {
            "start": 1240412776,
            "stop": 1240412805
        },
        {
            "start": 1240412806,
            "stop": 1240412850
        },
        {
            "start": 1240412851,
            "stop": 1240413031
        }
    ]
}