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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=258",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 259,
    "results": [
        {
            "start": 817874966,
            "stop": 817874984
        },
        {
            "start": 817874991,
            "stop": 817875016
        },
        {
            "start": 817875037,
            "stop": 817875072
        },
        {
            "start": 817875091,
            "stop": 817875113
        },
        {
            "start": 817875136,
            "stop": 817875151
        },
        {
            "start": 817875154,
            "stop": 817875188
        },
        {
            "start": 817875208,
            "stop": 817875233
        },
        {
            "start": 817875252,
            "stop": 817875270
        },
        {
            "start": 817875290,
            "stop": 817875344
        },
        {
            "start": 817875347,
            "stop": 817875386
        },
        {
            "start": 817875414,
            "stop": 817875465
        },
        {
            "start": 817875468,
            "stop": 817875480
        },
        {
            "start": 817875483,
            "stop": 817875503
        },
        {
            "start": 817875506,
            "stop": 817875518
        },
        {
            "start": 817875525,
            "stop": 817875533
        },
        {
            "start": 817875540,
            "stop": 817875600
        },
        {
            "start": 817875620,
            "stop": 817875640
        },
        {
            "start": 817875643,
            "stop": 817875652
        },
        {
            "start": 817875656,
            "stop": 817875844
        },
        {
            "start": 817875863,
            "stop": 817875873
        }
    ]
}