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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=212",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 213,
    "results": [
        {
            "start": 818212947,
            "stop": 818212949
        },
        {
            "start": 818212956,
            "stop": 818212961
        },
        {
            "start": 818212971,
            "stop": 818212972
        },
        {
            "start": 818212993,
            "stop": 818212995
        },
        {
            "start": 818213011,
            "stop": 818213013
        },
        {
            "start": 818213049,
            "stop": 818213058
        },
        {
            "start": 818213078,
            "stop": 818213079
        },
        {
            "start": 818213103,
            "stop": 818213104
        },
        {
            "start": 818213111,
            "stop": 818213113
        },
        {
            "start": 818213121,
            "stop": 818213125
        },
        {
            "start": 818213132,
            "stop": 818213133
        },
        {
            "start": 818213138,
            "stop": 818213140
        },
        {
            "start": 818213152,
            "stop": 818213154
        },
        {
            "start": 818213163,
            "stop": 818213164
        },
        {
            "start": 818213168,
            "stop": 818213169
        },
        {
            "start": 818213192,
            "stop": 818213193
        },
        {
            "start": 818213199,
            "stop": 818213200
        },
        {
            "start": 818213206,
            "stop": 818213211
        },
        {
            "start": 818213239,
            "stop": 818213247
        },
        {
            "start": 818213261,
            "stop": 818213262
        }
    ]
}