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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=290",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 291,
    "results": [
        {
            "start": 818473165,
            "stop": 818474187
        },
        {
            "start": 818474210,
            "stop": 818474268
        },
        {
            "start": 818474287,
            "stop": 818474340
        },
        {
            "start": 818474400,
            "stop": 818474652
        },
        {
            "start": 818474671,
            "stop": 818474746
        },
        {
            "start": 818475835,
            "stop": 818476368
        },
        {
            "start": 818476388,
            "stop": 818476419
        },
        {
            "start": 818476451,
            "stop": 818476910
        },
        {
            "start": 818476933,
            "stop": 818477081
        },
        {
            "start": 818477101,
            "stop": 818477530
        },
        {
            "start": 818477551,
            "stop": 818478098
        },
        {
            "start": 818478117,
            "stop": 818478389
        },
        {
            "start": 818478416,
            "stop": 818478462
        },
        {
            "start": 818478482,
            "stop": 818479035
        },
        {
            "start": 818479059,
            "stop": 818479466
        },
        {
            "start": 818479488,
            "stop": 818479660
        },
        {
            "start": 818479682,
            "stop": 818479855
        },
        {
            "start": 818491899,
            "stop": 818491938
        },
        {
            "start": 818491967,
            "stop": 818492022
        },
        {
            "start": 818492043,
            "stop": 818492076
        }
    ]
}