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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10143",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10144,
    "results": [
        {
            "start": 873722687,
            "stop": 873722727
        },
        {
            "start": 873722737,
            "stop": 873722753
        },
        {
            "start": 873722760,
            "stop": 873722798
        },
        {
            "start": 873722809,
            "stop": 873722818
        },
        {
            "start": 873722832,
            "stop": 873722839
        },
        {
            "start": 873722852,
            "stop": 873722855
        },
        {
            "start": 873722862,
            "stop": 873722882
        },
        {
            "start": 873722890,
            "stop": 873722902
        },
        {
            "start": 873722913,
            "stop": 873722960
        },
        {
            "start": 873722970,
            "stop": 873723017
        },
        {
            "start": 873723024,
            "stop": 873723027
        },
        {
            "start": 873723035,
            "stop": 873723054
        },
        {
            "start": 873723066,
            "stop": 873723089
        },
        {
            "start": 873723100,
            "stop": 873723105
        },
        {
            "start": 873723119,
            "stop": 873723134
        },
        {
            "start": 873723181,
            "stop": 873723195
        },
        {
            "start": 873723206,
            "stop": 873723214
        },
        {
            "start": 873723222,
            "stop": 873723253
        },
        {
            "start": 873723271,
            "stop": 873723302
        },
        {
            "start": 873723318,
            "stop": 873723332
        }
    ]
}