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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=316",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 317,
    "results": [
        {
            "start": 821745461,
            "stop": 821745465
        },
        {
            "start": 821745468,
            "stop": 821745469
        },
        {
            "start": 821745474,
            "stop": 821745494
        },
        {
            "start": 821745500,
            "stop": 821745545
        },
        {
            "start": 821745548,
            "stop": 821745549
        },
        {
            "start": 821745552,
            "stop": 821745560
        },
        {
            "start": 821745563,
            "stop": 821745576
        },
        {
            "start": 821745579,
            "stop": 821745586
        },
        {
            "start": 821745591,
            "stop": 821745599
        },
        {
            "start": 821745602,
            "stop": 821745630
        },
        {
            "start": 821745633,
            "stop": 821745635
        },
        {
            "start": 821745638,
            "stop": 821745642
        },
        {
            "start": 821745647,
            "stop": 821745678
        },
        {
            "start": 821745681,
            "stop": 821745719
        },
        {
            "start": 821745722,
            "stop": 821745752
        },
        {
            "start": 821745755,
            "stop": 821745772
        },
        {
            "start": 821745775,
            "stop": 821745819
        },
        {
            "start": 821745822,
            "stop": 821745838
        },
        {
            "start": 821745841,
            "stop": 821745866
        },
        {
            "start": 821745869,
            "stop": 821745877
        }
    ]
}