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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=326",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 327,
    "results": [
        {
            "start": 1249771261,
            "stop": 1249771305
        },
        {
            "start": 1249771307,
            "stop": 1249771312
        },
        {
            "start": 1249771314,
            "stop": 1249771336
        },
        {
            "start": 1249771339,
            "stop": 1249771342
        },
        {
            "start": 1249771346,
            "stop": 1249771353
        },
        {
            "start": 1249771355,
            "stop": 1249771358
        },
        {
            "start": 1249771361,
            "stop": 1249771362
        },
        {
            "start": 1249771363,
            "stop": 1249771378
        },
        {
            "start": 1249771379,
            "stop": 1249771384
        },
        {
            "start": 1249771385,
            "stop": 1249771394
        },
        {
            "start": 1249771396,
            "stop": 1249771400
        },
        {
            "start": 1249771402,
            "stop": 1249771405
        },
        {
            "start": 1249771409,
            "stop": 1249771414
        },
        {
            "start": 1249771415,
            "stop": 1249771434
        },
        {
            "start": 1249771435,
            "stop": 1249771441
        },
        {
            "start": 1249771442,
            "stop": 1249771452
        },
        {
            "start": 1249771454,
            "stop": 1249771461
        },
        {
            "start": 1249771463,
            "stop": 1249771491
        },
        {
            "start": 1249771492,
            "stop": 1249771493
        },
        {
            "start": 1249771494,
            "stop": 1249771495
        }
    ]
}