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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=303",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 304,
    "results": [
        {
            "start": 818472036,
            "stop": 818472468
        },
        {
            "start": 818472487,
            "stop": 818472978
        },
        {
            "start": 818473012,
            "stop": 818473138
        },
        {
            "start": 818473165,
            "stop": 818474187
        },
        {
            "start": 818474210,
            "stop": 818474268
        },
        {
            "start": 818474287,
            "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": 818480012,
            "stop": 818480018
        }
    ]
}