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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=154",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 155,
    "results": [
        {
            "start": 1239962531,
            "stop": 1239962649
        },
        {
            "start": 1239962651,
            "stop": 1239962769
        },
        {
            "start": 1239962771,
            "stop": 1239962889
        },
        {
            "start": 1239962891,
            "stop": 1239963009
        },
        {
            "start": 1239963011,
            "stop": 1239963129
        },
        {
            "start": 1239963131,
            "stop": 1239963249
        },
        {
            "start": 1239963251,
            "stop": 1239963369
        },
        {
            "start": 1239963371,
            "stop": 1239963489
        },
        {
            "start": 1239963491,
            "stop": 1239963609
        },
        {
            "start": 1239963611,
            "stop": 1239963729
        },
        {
            "start": 1239963731,
            "stop": 1239963849
        },
        {
            "start": 1239963851,
            "stop": 1239963969
        },
        {
            "start": 1239963971,
            "stop": 1239964089
        },
        {
            "start": 1239964091,
            "stop": 1239964147
        },
        {
            "start": 1239970942,
            "stop": 1239971049
        },
        {
            "start": 1239971051,
            "stop": 1239971169
        },
        {
            "start": 1239971171,
            "stop": 1239971289
        },
        {
            "start": 1239971291,
            "stop": 1239971409
        },
        {
            "start": 1239971411,
            "stop": 1239971529
        },
        {
            "start": 1239971531,
            "stop": 1239971649
        }
    ]
}