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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=306",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 307,
    "results": [
        {
            "start": 818614839,
            "stop": 818614853
        },
        {
            "start": 818614877,
            "stop": 818614923
        },
        {
            "start": 818614945,
            "stop": 818614998
        },
        {
            "start": 818615001,
            "stop": 818615007
        },
        {
            "start": 818615042,
            "stop": 818615053
        },
        {
            "start": 818615085,
            "stop": 818615140
        },
        {
            "start": 818615160,
            "stop": 818615285
        },
        {
            "start": 818615308,
            "stop": 818615341
        },
        {
            "start": 818618179,
            "stop": 818618193
        },
        {
            "start": 818618235,
            "stop": 818618246
        },
        {
            "start": 818618280,
            "stop": 818618372
        },
        {
            "start": 818618419,
            "stop": 818618475
        },
        {
            "start": 818618495,
            "stop": 818618503
        },
        {
            "start": 818618527,
            "stop": 818618546
        },
        {
            "start": 818618569,
            "stop": 818618581
        },
        {
            "start": 818618630,
            "stop": 818618640
        },
        {
            "start": 818618691,
            "stop": 818618711
        },
        {
            "start": 818618770,
            "stop": 818618789
        },
        {
            "start": 818618813,
            "stop": 818618844
        },
        {
            "start": 818618864,
            "stop": 818618909
        }
    ]
}