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=3987
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=3988",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3986",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3987,
    "results": [
        {
            "start": 874580656,
            "stop": 874580856
        },
        {
            "start": 874580859,
            "stop": 874581144
        },
        {
            "start": 874581147,
            "stop": 874581262
        },
        {
            "start": 874581265,
            "stop": 874581266
        },
        {
            "start": 874581269,
            "stop": 874581745
        },
        {
            "start": 874581748,
            "stop": 874584782
        },
        {
            "start": 874584787,
            "stop": 874586679
        },
        {
            "start": 874586682,
            "stop": 874586697
        },
        {
            "start": 874586700,
            "stop": 874587620
        },
        {
            "start": 874587623,
            "stop": 874587630
        },
        {
            "start": 874587633,
            "stop": 874587740
        },
        {
            "start": 874587745,
            "stop": 874587772
        },
        {
            "start": 874587775,
            "stop": 874589511
        },
        {
            "start": 874589514,
            "stop": 874591260
        },
        {
            "start": 874591320,
            "stop": 874591383
        },
        {
            "start": 874591386,
            "stop": 874591392
        },
        {
            "start": 874591395,
            "stop": 874591517
        },
        {
            "start": 874591521,
            "stop": 874592237
        },
        {
            "start": 874592240,
            "stop": 874593719
        },
        {
            "start": 874593722,
            "stop": 874593961
        }
    ]
}