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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=316",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 317,
    "results": [
        {
            "start": 1248378083,
            "stop": 1248378084
        },
        {
            "start": 1248378088,
            "stop": 1248378093
        },
        {
            "start": 1248378095,
            "stop": 1248378160
        },
        {
            "start": 1248378161,
            "stop": 1248378167
        },
        {
            "start": 1248378168,
            "stop": 1248378171
        },
        {
            "start": 1248378172,
            "stop": 1248378175
        },
        {
            "start": 1248378177,
            "stop": 1248378184
        },
        {
            "start": 1248378186,
            "stop": 1248378228
        },
        {
            "start": 1248378242,
            "stop": 1248378245
        },
        {
            "start": 1248378247,
            "stop": 1248378298
        },
        {
            "start": 1248378299,
            "stop": 1248378307
        },
        {
            "start": 1248378309,
            "stop": 1248378321
        },
        {
            "start": 1248378322,
            "stop": 1248378345
        },
        {
            "start": 1248378361,
            "stop": 1248378362
        },
        {
            "start": 1248378363,
            "stop": 1248378364
        },
        {
            "start": 1248378366,
            "stop": 1248378371
        },
        {
            "start": 1248378372,
            "stop": 1248378437
        },
        {
            "start": 1248378451,
            "stop": 1248378453
        },
        {
            "start": 1248378454,
            "stop": 1248378455
        },
        {
            "start": 1248378457,
            "stop": 1248378460
        }
    ]
}