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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=40",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 41,
    "results": [
        {
            "start": 1262673602,
            "stop": 1262673606
        },
        {
            "start": 1262673610,
            "stop": 1262673632
        },
        {
            "start": 1262673636,
            "stop": 1262673637
        },
        {
            "start": 1262673642,
            "stop": 1262673893
        },
        {
            "start": 1262673896,
            "stop": 1262674134
        },
        {
            "start": 1262674136,
            "stop": 1262674302
        },
        {
            "start": 1262674304,
            "stop": 1262674344
        },
        {
            "start": 1262674345,
            "stop": 1262674383
        },
        {
            "start": 1262674385,
            "stop": 1262674575
        },
        {
            "start": 1262674577,
            "stop": 1262674635
        },
        {
            "start": 1262674638,
            "stop": 1262674660
        },
        {
            "start": 1262674662,
            "stop": 1262674674
        },
        {
            "start": 1262674676,
            "stop": 1262674701
        },
        {
            "start": 1262674704,
            "stop": 1262674735
        },
        {
            "start": 1262674738,
            "stop": 1262674747
        },
        {
            "start": 1262674749,
            "stop": 1262674751
        },
        {
            "start": 1262674755,
            "stop": 1262674852
        },
        {
            "start": 1262674855,
            "stop": 1262674934
        },
        {
            "start": 1262674936,
            "stop": 1262674975
        },
        {
            "start": 1262674979,
            "stop": 1262675051
        }
    ]
}