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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=281",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 282,
    "results": [
        {
            "start": 1264759928,
            "stop": 1264759931
        },
        {
            "start": 1264759932,
            "stop": 1264759933
        },
        {
            "start": 1264759935,
            "stop": 1264759937
        },
        {
            "start": 1264759938,
            "stop": 1264759939
        },
        {
            "start": 1264759940,
            "stop": 1264759943
        },
        {
            "start": 1264759945,
            "stop": 1264759946
        },
        {
            "start": 1264759948,
            "stop": 1264759953
        },
        {
            "start": 1264759954,
            "stop": 1264760068
        },
        {
            "start": 1264760069,
            "stop": 1264760075
        },
        {
            "start": 1264760076,
            "stop": 1264760080
        },
        {
            "start": 1264760082,
            "stop": 1264760088
        },
        {
            "start": 1264760089,
            "stop": 1264760091
        },
        {
            "start": 1264760094,
            "stop": 1264760126
        },
        {
            "start": 1264760127,
            "stop": 1264760129
        },
        {
            "start": 1264760131,
            "stop": 1264760134
        },
        {
            "start": 1264760135,
            "stop": 1264760142
        },
        {
            "start": 1264760144,
            "stop": 1264760186
        },
        {
            "start": 1264760188,
            "stop": 1264760189
        },
        {
            "start": 1264760192,
            "stop": 1264760193
        },
        {
            "start": 1264760194,
            "stop": 1264760237
        }
    ]
}