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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=237",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 238,
    "results": [
        {
            "start": 817812683,
            "stop": 817812689
        },
        {
            "start": 817812743,
            "stop": 817812751
        },
        {
            "start": 817812841,
            "stop": 817812846
        },
        {
            "start": 817812849,
            "stop": 817812854
        },
        {
            "start": 817812987,
            "stop": 817812996
        },
        {
            "start": 817813057,
            "stop": 817813062
        },
        {
            "start": 817813065,
            "stop": 817813068
        },
        {
            "start": 817813165,
            "stop": 817813180
        },
        {
            "start": 817813199,
            "stop": 817813220
        },
        {
            "start": 817813277,
            "stop": 817813297
        },
        {
            "start": 817813318,
            "stop": 817813320
        },
        {
            "start": 817813729,
            "stop": 817813735
        },
        {
            "start": 817814119,
            "stop": 817814120
        },
        {
            "start": 817814369,
            "stop": 817814370
        },
        {
            "start": 817814878,
            "stop": 817814883
        },
        {
            "start": 817814886,
            "stop": 817814898
        },
        {
            "start": 817814935,
            "stop": 817814949
        },
        {
            "start": 817814955,
            "stop": 817814966
        },
        {
            "start": 817815280,
            "stop": 817815288
        },
        {
            "start": 817815320,
            "stop": 817815347
        }
    ]
}