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=421
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=422",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=420",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 421,
    "results": [
        {
            "start": 1267598877,
            "stop": 1267598878
        },
        {
            "start": 1267598880,
            "stop": 1267598885
        },
        {
            "start": 1267598886,
            "stop": 1267598889
        },
        {
            "start": 1267598893,
            "stop": 1267598894
        },
        {
            "start": 1267598895,
            "stop": 1267598896
        },
        {
            "start": 1267598897,
            "stop": 1267598902
        },
        {
            "start": 1267598903,
            "stop": 1267599681
        },
        {
            "start": 1267599685,
            "stop": 1267599693
        },
        {
            "start": 1267599694,
            "stop": 1267599695
        },
        {
            "start": 1267599697,
            "stop": 1267599699
        },
        {
            "start": 1267599700,
            "stop": 1267599704
        },
        {
            "start": 1267599707,
            "stop": 1267599708
        },
        {
            "start": 1267599709,
            "stop": 1267599712
        },
        {
            "start": 1267599714,
            "stop": 1267599716
        },
        {
            "start": 1267599717,
            "stop": 1267600040
        },
        {
            "start": 1267600041,
            "stop": 1267600042
        },
        {
            "start": 1267600043,
            "stop": 1267600055
        },
        {
            "start": 1267600057,
            "stop": 1267600059
        },
        {
            "start": 1267600060,
            "stop": 1267600063
        },
        {
            "start": 1267600064,
            "stop": 1267600066
        }
    ]
}