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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 2,
    "results": [
        {
            "start": 1238177250,
            "stop": 1238177254
        },
        {
            "start": 1238177256,
            "stop": 1238177278
        },
        {
            "start": 1238177281,
            "stop": 1238177967
        },
        {
            "start": 1238177969,
            "stop": 1238177993
        },
        {
            "start": 1238177995,
            "stop": 1238178002
        },
        {
            "start": 1238178004,
            "stop": 1238178010
        },
        {
            "start": 1238178012,
            "stop": 1238178051
        },
        {
            "start": 1238178053,
            "stop": 1238178057
        },
        {
            "start": 1238178059,
            "stop": 1238178085
        },
        {
            "start": 1238178087,
            "stop": 1238178151
        },
        {
            "start": 1238178152,
            "stop": 1238178161
        },
        {
            "start": 1238178162,
            "stop": 1238178232
        },
        {
            "start": 1238178233,
            "stop": 1238178242
        },
        {
            "start": 1238178243,
            "stop": 1238178253
        },
        {
            "start": 1238178254,
            "stop": 1238178259
        },
        {
            "start": 1238178261,
            "stop": 1238178277
        },
        {
            "start": 1238178279,
            "stop": 1238178292
        },
        {
            "start": 1238178293,
            "stop": 1238178299
        },
        {
            "start": 1238178300,
            "stop": 1238178303
        },
        {
            "start": 1238178304,
            "stop": 1238178309
        }
    ]
}