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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=347",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 348,
    "results": [
        {
            "start": 1265013866,
            "stop": 1265013871
        },
        {
            "start": 1265013874,
            "stop": 1265013875
        },
        {
            "start": 1265013876,
            "stop": 1265013879
        },
        {
            "start": 1265013881,
            "stop": 1265013895
        },
        {
            "start": 1265013897,
            "stop": 1265013904
        },
        {
            "start": 1265013905,
            "stop": 1265013906
        },
        {
            "start": 1265013907,
            "stop": 1265013909
        },
        {
            "start": 1265013910,
            "stop": 1265013914
        },
        {
            "start": 1265013915,
            "stop": 1265013916
        },
        {
            "start": 1265013918,
            "stop": 1265013943
        },
        {
            "start": 1265013945,
            "stop": 1265013948
        },
        {
            "start": 1265013951,
            "stop": 1265013972
        },
        {
            "start": 1265013973,
            "stop": 1265013975
        },
        {
            "start": 1265013977,
            "stop": 1265013980
        },
        {
            "start": 1265013981,
            "stop": 1265013983
        },
        {
            "start": 1265013988,
            "stop": 1265013998
        },
        {
            "start": 1265014002,
            "stop": 1265014009
        },
        {
            "start": 1265014011,
            "stop": 1265014012
        },
        {
            "start": 1265014013,
            "stop": 1265014014
        },
        {
            "start": 1265014016,
            "stop": 1265014017
        }
    ]
}