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/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=322
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=321",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 322,
    "results": [
        {
            "start": 1264909819,
            "stop": 1264909832
        },
        {
            "start": 1264909834,
            "stop": 1264909835
        },
        {
            "start": 1264909839,
            "stop": 1264909843
        },
        {
            "start": 1264909844,
            "stop": 1264909873
        },
        {
            "start": 1264909874,
            "stop": 1264909876
        },
        {
            "start": 1264909877,
            "stop": 1264909939
        },
        {
            "start": 1264909940,
            "stop": 1264909967
        },
        {
            "start": 1264909970,
            "stop": 1264909998
        },
        {
            "start": 1264910002,
            "stop": 1264910008
        },
        {
            "start": 1264910011,
            "stop": 1264910020
        },
        {
            "start": 1264910021,
            "stop": 1264910022
        },
        {
            "start": 1264910023,
            "stop": 1264910026
        },
        {
            "start": 1264910027,
            "stop": 1264910030
        },
        {
            "start": 1264910036,
            "stop": 1264910233
        },
        {
            "start": 1264910234,
            "stop": 1264910236
        },
        {
            "start": 1264910237,
            "stop": 1264910245
        },
        {
            "start": 1264910248,
            "stop": 1264910251
        },
        {
            "start": 1264910252,
            "stop": 1264910255
        },
        {
            "start": 1264910256,
            "stop": 1264910257
        },
        {
            "start": 1264910258,
            "stop": 1264910275
        }
    ]
}