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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=106",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 107,
    "results": [
        {
            "start": 818061576,
            "stop": 818061578
        },
        {
            "start": 818061582,
            "stop": 818061583
        },
        {
            "start": 818061589,
            "stop": 818061596
        },
        {
            "start": 818061601,
            "stop": 818061608
        },
        {
            "start": 818061611,
            "stop": 818061615
        },
        {
            "start": 818061618,
            "stop": 818061627
        },
        {
            "start": 818061636,
            "stop": 818061645
        },
        {
            "start": 818061650,
            "stop": 818061669
        },
        {
            "start": 818061675,
            "stop": 818061682
        },
        {
            "start": 818061685,
            "stop": 818061690
        },
        {
            "start": 818061693,
            "stop": 818061697
        },
        {
            "start": 818061700,
            "stop": 818061709
        },
        {
            "start": 818061713,
            "stop": 818061724
        },
        {
            "start": 818061734,
            "stop": 818061745
        },
        {
            "start": 818061748,
            "stop": 818061749
        },
        {
            "start": 818061754,
            "stop": 818061755
        },
        {
            "start": 818061761,
            "stop": 818061763
        },
        {
            "start": 818061766,
            "stop": 818061767
        },
        {
            "start": 818061773,
            "stop": 818061796
        },
        {
            "start": 818061799,
            "stop": 818061812
        }
    ]
}