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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=265",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 266,
    "results": [
        {
            "start": 1242309232,
            "stop": 1242309243
        },
        {
            "start": 1242309244,
            "stop": 1242309249
        },
        {
            "start": 1242309251,
            "stop": 1242309261
        },
        {
            "start": 1242309262,
            "stop": 1242309266
        },
        {
            "start": 1242309268,
            "stop": 1242309269
        },
        {
            "start": 1242309270,
            "stop": 1242309291
        },
        {
            "start": 1242309292,
            "stop": 1242309364
        },
        {
            "start": 1242309367,
            "stop": 1242309369
        },
        {
            "start": 1242309370,
            "stop": 1242309394
        },
        {
            "start": 1242309400,
            "stop": 1242309404
        },
        {
            "start": 1242309405,
            "stop": 1242309434
        },
        {
            "start": 1242309438,
            "stop": 1242309441
        },
        {
            "start": 1242309443,
            "stop": 1242309449
        },
        {
            "start": 1242309451,
            "stop": 1242309514
        },
        {
            "start": 1242309515,
            "stop": 1242309522
        },
        {
            "start": 1242309523,
            "stop": 1242309558
        },
        {
            "start": 1242309562,
            "stop": 1242309564
        },
        {
            "start": 1242309565,
            "stop": 1242309603
        },
        {
            "start": 1242309604,
            "stop": 1242309610
        },
        {
            "start": 1242309611,
            "stop": 1242309677
        }
    ]
}