Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=277
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=276",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 277,
    "results": [
        {
            "start": 1264719825,
            "stop": 1264719828
        },
        {
            "start": 1264719829,
            "stop": 1264719830
        },
        {
            "start": 1264719832,
            "stop": 1264719834
        },
        {
            "start": 1264719840,
            "stop": 1264719872
        },
        {
            "start": 1264719877,
            "stop": 1264719884
        },
        {
            "start": 1264719885,
            "stop": 1264719908
        },
        {
            "start": 1264719909,
            "stop": 1264720084
        },
        {
            "start": 1264720085,
            "stop": 1264720090
        },
        {
            "start": 1264720091,
            "stop": 1264722690
        },
        {
            "start": 1264722692,
            "stop": 1264723339
        },
        {
            "start": 1264723341,
            "stop": 1264743190
        },
        {
            "start": 1264743192,
            "stop": 1264755823
        },
        {
            "start": 1264755824,
            "stop": 1264755826
        },
        {
            "start": 1264755828,
            "stop": 1264755829
        },
        {
            "start": 1264755830,
            "stop": 1264755831
        },
        {
            "start": 1264755833,
            "stop": 1264755835
        },
        {
            "start": 1264755838,
            "stop": 1264755840
        },
        {
            "start": 1264755843,
            "stop": 1264755844
        },
        {
            "start": 1264755847,
            "stop": 1264755861
        },
        {
            "start": 1264755863,
            "stop": 1264755865
        }
    ]
}