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=8322
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=8323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8321",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8322,
    "results": [
        {
            "start": 874275361,
            "stop": 874275553
        },
        {
            "start": 874275572,
            "stop": 874276143
        },
        {
            "start": 874276168,
            "stop": 874276254
        },
        {
            "start": 874276273,
            "stop": 874276482
        },
        {
            "start": 874276499,
            "stop": 874276666
        },
        {
            "start": 874276685,
            "stop": 874277733
        },
        {
            "start": 874277750,
            "stop": 874278246
        },
        {
            "start": 874278266,
            "stop": 874278394
        },
        {
            "start": 874278416,
            "stop": 874279638
        },
        {
            "start": 874279655,
            "stop": 874281645
        },
        {
            "start": 874282409,
            "stop": 874282481
        },
        {
            "start": 874282500,
            "stop": 874283310
        },
        {
            "start": 874283329,
            "stop": 874286279
        },
        {
            "start": 874286312,
            "stop": 874286423
        },
        {
            "start": 874286442,
            "stop": 874286446
        },
        {
            "start": 874286466,
            "stop": 874286643
        },
        {
            "start": 874286831,
            "stop": 874286941
        },
        {
            "start": 874286960,
            "stop": 874287125
        },
        {
            "start": 874287420,
            "stop": 874287480
        },
        {
            "start": 874287731,
            "stop": 874287908
        }
    ]
}