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=8221
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=8222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8220",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8221,
    "results": [
        {
            "start": 873671262,
            "stop": 873671303
        },
        {
            "start": 873671321,
            "stop": 873671345
        },
        {
            "start": 873671362,
            "stop": 873671392
        },
        {
            "start": 873671410,
            "stop": 873671452
        },
        {
            "start": 873671469,
            "stop": 873671495
        },
        {
            "start": 873671513,
            "stop": 873671539
        },
        {
            "start": 873671556,
            "stop": 873671629
        },
        {
            "start": 873671654,
            "stop": 873671660
        },
        {
            "start": 873671863,
            "stop": 873672071
        },
        {
            "start": 873672293,
            "stop": 873672301
        },
        {
            "start": 873672318,
            "stop": 873672321
        },
        {
            "start": 873672378,
            "stop": 873672540
        },
        {
            "start": 873672731,
            "stop": 873672780
        },
        {
            "start": 873672840,
            "stop": 873672900
        },
        {
            "start": 873673020,
            "stop": 873673132
        },
        {
            "start": 873673200,
            "stop": 873673272
        },
        {
            "start": 873673290,
            "stop": 873673348
        },
        {
            "start": 873673367,
            "stop": 873673414
        },
        {
            "start": 873673534,
            "stop": 873673555
        },
        {
            "start": 873673572,
            "stop": 873673641
        }
    ]
}