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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=259",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 260,
    "results": [
        {
            "start": 818225671,
            "stop": 818225673
        },
        {
            "start": 818225676,
            "stop": 818225677
        },
        {
            "start": 818225681,
            "stop": 818225682
        },
        {
            "start": 818225706,
            "stop": 818225709
        },
        {
            "start": 818225719,
            "stop": 818225723
        },
        {
            "start": 818225730,
            "stop": 818225736
        },
        {
            "start": 818225747,
            "stop": 818225750
        },
        {
            "start": 818225765,
            "stop": 818225766
        },
        {
            "start": 818225769,
            "stop": 818225770
        },
        {
            "start": 818225774,
            "stop": 818225775
        },
        {
            "start": 818225780,
            "stop": 818225782
        },
        {
            "start": 818225788,
            "stop": 818225789
        },
        {
            "start": 818225808,
            "stop": 818225809
        },
        {
            "start": 818225819,
            "stop": 818225823
        },
        {
            "start": 818225826,
            "stop": 818225835
        },
        {
            "start": 818225841,
            "stop": 818225843
        },
        {
            "start": 818225849,
            "stop": 818225851
        },
        {
            "start": 818225854,
            "stop": 818225857
        },
        {
            "start": 818225863,
            "stop": 818225870
        },
        {
            "start": 818225873,
            "stop": 818225877
        }
    ]
}