Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 13,
    "results": [
        {
            "start": 1238352959,
            "stop": 1238352961
        },
        {
            "start": 1238352962,
            "stop": 1238353007
        },
        {
            "start": 1238353009,
            "stop": 1238353011
        },
        {
            "start": 1238353012,
            "stop": 1238353049
        },
        {
            "start": 1238353051,
            "stop": 1238353062
        },
        {
            "start": 1238353064,
            "stop": 1238353085
        },
        {
            "start": 1238353086,
            "stop": 1238353092
        },
        {
            "start": 1238353093,
            "stop": 1238353107
        },
        {
            "start": 1238353109,
            "stop": 1238353156
        },
        {
            "start": 1238353157,
            "stop": 1238353162
        },
        {
            "start": 1238353163,
            "stop": 1238353179
        },
        {
            "start": 1238353180,
            "stop": 1238353183
        },
        {
            "start": 1238353184,
            "stop": 1238353328
        },
        {
            "start": 1238353329,
            "stop": 1238353336
        },
        {
            "start": 1238353337,
            "stop": 1238353341
        },
        {
            "start": 1238353342,
            "stop": 1238353349
        },
        {
            "start": 1238353350,
            "stop": 1238353355
        },
        {
            "start": 1238353356,
            "stop": 1238353365
        },
        {
            "start": 1238353368,
            "stop": 1238353414
        },
        {
            "start": 1238353416,
            "stop": 1238353441
        }
    ]
}