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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=206",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 207,
    "results": [
        {
            "start": 818211105,
            "stop": 818211106
        },
        {
            "start": 818211114,
            "stop": 818211115
        },
        {
            "start": 818211124,
            "stop": 818211128
        },
        {
            "start": 818211138,
            "stop": 818211139
        },
        {
            "start": 818211167,
            "stop": 818211171
        },
        {
            "start": 818211202,
            "stop": 818211205
        },
        {
            "start": 818211220,
            "stop": 818211221
        },
        {
            "start": 818211235,
            "stop": 818211236
        },
        {
            "start": 818211240,
            "stop": 818211243
        },
        {
            "start": 818211249,
            "stop": 818211250
        },
        {
            "start": 818211285,
            "stop": 818211289
        },
        {
            "start": 818211297,
            "stop": 818211298
        },
        {
            "start": 818211307,
            "stop": 818211308
        },
        {
            "start": 818211319,
            "stop": 818211322
        },
        {
            "start": 818211325,
            "stop": 818211328
        },
        {
            "start": 818211348,
            "stop": 818211349
        },
        {
            "start": 818211367,
            "stop": 818211369
        },
        {
            "start": 818211373,
            "stop": 818211380
        },
        {
            "start": 818211416,
            "stop": 818211419
        },
        {
            "start": 818211424,
            "stop": 818211425
        }
    ]
}