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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=283",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 284,
    "results": [
        {
            "start": 818369194,
            "stop": 818369212
        },
        {
            "start": 818369232,
            "stop": 818369255
        },
        {
            "start": 818369293,
            "stop": 818369335
        },
        {
            "start": 818369354,
            "stop": 818369386
        },
        {
            "start": 818369405,
            "stop": 818369453
        },
        {
            "start": 818369484,
            "stop": 818369490
        },
        {
            "start": 818369544,
            "stop": 818369630
        },
        {
            "start": 818369649,
            "stop": 818369658
        },
        {
            "start": 818369689,
            "stop": 818369691
        },
        {
            "start": 818369739,
            "stop": 818369747
        },
        {
            "start": 818369854,
            "stop": 818369925
        },
        {
            "start": 818369965,
            "stop": 818370032
        },
        {
            "start": 818370053,
            "stop": 818370058
        },
        {
            "start": 818370089,
            "stop": 818370094
        },
        {
            "start": 818370143,
            "stop": 818370146
        },
        {
            "start": 818370168,
            "stop": 818370176
        },
        {
            "start": 818370203,
            "stop": 818370207
        },
        {
            "start": 818370226,
            "stop": 818370229
        },
        {
            "start": 818370248,
            "stop": 818370306
        },
        {
            "start": 818370377,
            "stop": 818370412
        }
    ]
}