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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=156",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 157,
    "results": [
        {
            "start": 1239974051,
            "stop": 1239974169
        },
        {
            "start": 1239974171,
            "stop": 1239974289
        },
        {
            "start": 1239974291,
            "stop": 1239974409
        },
        {
            "start": 1239974411,
            "stop": 1239974529
        },
        {
            "start": 1239974531,
            "stop": 1239974629
        },
        {
            "start": 1239974631,
            "stop": 1239974769
        },
        {
            "start": 1239974771,
            "stop": 1239974889
        },
        {
            "start": 1239974891,
            "stop": 1239975009
        },
        {
            "start": 1239975011,
            "stop": 1239975129
        },
        {
            "start": 1239975131,
            "stop": 1239975249
        },
        {
            "start": 1239975251,
            "stop": 1239975369
        },
        {
            "start": 1239975371,
            "stop": 1239975489
        },
        {
            "start": 1239975491,
            "stop": 1239975609
        },
        {
            "start": 1239975611,
            "stop": 1239975729
        },
        {
            "start": 1239975731,
            "stop": 1239975849
        },
        {
            "start": 1239975851,
            "stop": 1239975969
        },
        {
            "start": 1239975971,
            "stop": 1239976089
        },
        {
            "start": 1239976091,
            "stop": 1239976209
        },
        {
            "start": 1239976211,
            "stop": 1239976329
        },
        {
            "start": 1239976331,
            "stop": 1239976449
        }
    ]
}