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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1818",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1816",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1817,
    "results": [
        {
            "start": 962282074,
            "stop": 962282762
        },
        {
            "start": 962283347,
            "stop": 962284114
        },
        {
            "start": 962284116,
            "stop": 962284236
        },
        {
            "start": 962291609,
            "stop": 962294142
        },
        {
            "start": 962294143,
            "stop": 962299251
        },
        {
            "start": 962304184,
            "stop": 962307222
        },
        {
            "start": 962308779,
            "stop": 962315313
        },
        {
            "start": 962329153,
            "stop": 962333150
        },
        {
            "start": 962334304,
            "stop": 962335076
        },
        {
            "start": 962336243,
            "stop": 962337531
        },
        {
            "start": 962337532,
            "stop": 962363342
        },
        {
            "start": 962366582,
            "stop": 962381223
        },
        {
            "start": 962381822,
            "stop": 962382036
        },
        {
            "start": 962383163,
            "stop": 962389632
        },
        {
            "start": 962389633,
            "stop": 962392443
        },
        {
            "start": 962392444,
            "stop": 962394362
        },
        {
            "start": 962394402,
            "stop": 962394409
        },
        {
            "start": 962394516,
            "stop": 962405586
        },
        {
            "start": 962412915,
            "stop": 962417871
        },
        {
            "start": 962420172,
            "stop": 962421605
        }
    ]
}