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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7942",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7940",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7941,
    "results": [
        {
            "start": 970066883,
            "stop": 970067080
        },
        {
            "start": 970067083,
            "stop": 970067186
        },
        {
            "start": 970067213,
            "stop": 970067216
        },
        {
            "start": 970067229,
            "stop": 970067233
        },
        {
            "start": 970067236,
            "stop": 970067422
        },
        {
            "start": 970067425,
            "stop": 970067437
        },
        {
            "start": 970067451,
            "stop": 970067457
        },
        {
            "start": 970067473,
            "stop": 970067627
        },
        {
            "start": 970067630,
            "stop": 970067731
        },
        {
            "start": 970067734,
            "stop": 970068211
        },
        {
            "start": 970068217,
            "stop": 970068218
        },
        {
            "start": 970068224,
            "stop": 970068232
        },
        {
            "start": 970068242,
            "stop": 970068247
        },
        {
            "start": 970068299,
            "stop": 970068462
        },
        {
            "start": 970068465,
            "stop": 970068647
        },
        {
            "start": 970068653,
            "stop": 970068791
        },
        {
            "start": 970068805,
            "stop": 970068818
        },
        {
            "start": 970068821,
            "stop": 970068949
        },
        {
            "start": 970068952,
            "stop": 970068954
        },
        {
            "start": 970068957,
            "stop": 970069190
        }
    ]
}