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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9009",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9010,
    "results": [
        {
            "start": 874021298,
            "stop": 874021304
        },
        {
            "start": 874021323,
            "stop": 874021599
        },
        {
            "start": 874021622,
            "stop": 874022850
        },
        {
            "start": 874023810,
            "stop": 874023920
        },
        {
            "start": 874023940,
            "stop": 874023954
        },
        {
            "start": 874029156,
            "stop": 874029313
        },
        {
            "start": 874029333,
            "stop": 874030373
        },
        {
            "start": 874030393,
            "stop": 874030613
        },
        {
            "start": 874030632,
            "stop": 874030740
        },
        {
            "start": 874030800,
            "stop": 874031062
        },
        {
            "start": 874031079,
            "stop": 874031100
        },
        {
            "start": 874032107,
            "stop": 874033214
        },
        {
            "start": 874033231,
            "stop": 874033792
        },
        {
            "start": 874033809,
            "stop": 874033948
        },
        {
            "start": 874033965,
            "stop": 874035277
        },
        {
            "start": 874035306,
            "stop": 874035434
        },
        {
            "start": 874035453,
            "stop": 874035511
        },
        {
            "start": 874035536,
            "stop": 874035553
        },
        {
            "start": 874035572,
            "stop": 874035576
        },
        {
            "start": 874035595,
            "stop": 874035598
        }
    ]
}