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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=24",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 25,
    "results": [
        {
            "start": 1238189114,
            "stop": 1238189117
        },
        {
            "start": 1238189120,
            "stop": 1238189130
        },
        {
            "start": 1238189132,
            "stop": 1238189138
        },
        {
            "start": 1238189139,
            "stop": 1238189143
        },
        {
            "start": 1238189144,
            "stop": 1238189148
        },
        {
            "start": 1238189150,
            "stop": 1238189152
        },
        {
            "start": 1238189153,
            "stop": 1238189155
        },
        {
            "start": 1238189157,
            "stop": 1238189163
        },
        {
            "start": 1238189164,
            "stop": 1238189171
        },
        {
            "start": 1238189172,
            "stop": 1238189182
        },
        {
            "start": 1238189189,
            "stop": 1238189190
        },
        {
            "start": 1238189193,
            "stop": 1238189202
        },
        {
            "start": 1238189205,
            "stop": 1238189211
        },
        {
            "start": 1238189212,
            "stop": 1238189215
        },
        {
            "start": 1238189216,
            "stop": 1238189218
        },
        {
            "start": 1238189220,
            "stop": 1238189226
        },
        {
            "start": 1238189227,
            "stop": 1238189232
        },
        {
            "start": 1238189234,
            "stop": 1238189235
        },
        {
            "start": 1238189238,
            "stop": 1238189239
        },
        {
            "start": 1238189240,
            "stop": 1238189249
        }
    ]
}