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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=339",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 340,
    "results": [
        {
            "start": 818252414,
            "stop": 818252417
        },
        {
            "start": 818252440,
            "stop": 818252442
        },
        {
            "start": 818252446,
            "stop": 818252449
        },
        {
            "start": 818252454,
            "stop": 818252456
        },
        {
            "start": 818252463,
            "stop": 818252464
        },
        {
            "start": 818252469,
            "stop": 818252471
        },
        {
            "start": 818252477,
            "stop": 818252479
        },
        {
            "start": 818252484,
            "stop": 818252486
        },
        {
            "start": 818252489,
            "stop": 818252491
        },
        {
            "start": 818252494,
            "stop": 818252495
        },
        {
            "start": 818252506,
            "stop": 818252509
        },
        {
            "start": 818252514,
            "stop": 818252515
        },
        {
            "start": 818252518,
            "stop": 818252519
        },
        {
            "start": 818252526,
            "stop": 818252527
        },
        {
            "start": 818252546,
            "stop": 818252547
        },
        {
            "start": 818252556,
            "stop": 818252557
        },
        {
            "start": 818252571,
            "stop": 818252573
        },
        {
            "start": 818252577,
            "stop": 818252579
        },
        {
            "start": 818252585,
            "stop": 818252586
        },
        {
            "start": 818252621,
            "stop": 818252622
        }
    ]
}