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/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=126
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=125",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 126,
    "results": [
        {
            "start": 818252974,
            "stop": 818252975
        },
        {
            "start": 818253281,
            "stop": 818253283
        },
        {
            "start": 818253298,
            "stop": 818253299
        },
        {
            "start": 818253311,
            "stop": 818253314
        },
        {
            "start": 818253551,
            "stop": 818253555
        },
        {
            "start": 818253693,
            "stop": 818253694
        },
        {
            "start": 818253867,
            "stop": 818253868
        },
        {
            "start": 818253915,
            "stop": 818253925
        },
        {
            "start": 818253943,
            "stop": 818253945
        },
        {
            "start": 818254089,
            "stop": 818254091
        },
        {
            "start": 818254399,
            "stop": 818254402
        },
        {
            "start": 818254663,
            "stop": 818254668
        },
        {
            "start": 818255000,
            "stop": 818255002
        },
        {
            "start": 818255027,
            "stop": 818255028
        },
        {
            "start": 818255315,
            "stop": 818255316
        },
        {
            "start": 818255496,
            "stop": 818255500
        },
        {
            "start": 818255564,
            "stop": 818255572
        },
        {
            "start": 818255697,
            "stop": 818255699
        },
        {
            "start": 818255779,
            "stop": 818255783
        },
        {
            "start": 818255828,
            "stop": 818255835
        }
    ]
}