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=414
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=415",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=413",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 414,
    "results": [
        {
            "start": 1267582531,
            "stop": 1267582557
        },
        {
            "start": 1267582560,
            "stop": 1267582562
        },
        {
            "start": 1267582564,
            "stop": 1267582687
        },
        {
            "start": 1267582688,
            "stop": 1267582690
        },
        {
            "start": 1267582691,
            "stop": 1267582699
        },
        {
            "start": 1267582700,
            "stop": 1267582703
        },
        {
            "start": 1267582704,
            "stop": 1267582706
        },
        {
            "start": 1267582707,
            "stop": 1267582712
        },
        {
            "start": 1267582713,
            "stop": 1267582731
        },
        {
            "start": 1267582732,
            "stop": 1267582733
        },
        {
            "start": 1267582734,
            "stop": 1267582735
        },
        {
            "start": 1267582737,
            "stop": 1267582738
        },
        {
            "start": 1267582739,
            "stop": 1267582740
        },
        {
            "start": 1267582743,
            "stop": 1267582747
        },
        {
            "start": 1267582750,
            "stop": 1267582751
        },
        {
            "start": 1267582753,
            "stop": 1267582755
        },
        {
            "start": 1267582757,
            "stop": 1267582775
        },
        {
            "start": 1267582777,
            "stop": 1267582780
        },
        {
            "start": 1267582781,
            "stop": 1267582782
        },
        {
            "start": 1267582783,
            "stop": 1267582791
        }
    ]
}