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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=277",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 278,
    "results": [
        {
            "start": 818323640,
            "stop": 818323839
        },
        {
            "start": 818323884,
            "stop": 818324116
        },
        {
            "start": 818325301,
            "stop": 818325373
        },
        {
            "start": 818325394,
            "stop": 818325463
        },
        {
            "start": 818325483,
            "stop": 818325510
        },
        {
            "start": 818327574,
            "stop": 818327710
        },
        {
            "start": 818327750,
            "stop": 818327754
        },
        {
            "start": 818327779,
            "stop": 818327857
        },
        {
            "start": 818327893,
            "stop": 818327995
        },
        {
            "start": 818328016,
            "stop": 818328098
        },
        {
            "start": 818328143,
            "stop": 818328157
        },
        {
            "start": 818328188,
            "stop": 818328225
        },
        {
            "start": 818328249,
            "stop": 818328275
        },
        {
            "start": 818328295,
            "stop": 818328304
        },
        {
            "start": 818333550,
            "stop": 818333551
        },
        {
            "start": 818333574,
            "stop": 818333917
        },
        {
            "start": 818333937,
            "stop": 818334022
        },
        {
            "start": 818334043,
            "stop": 818334178
        },
        {
            "start": 818339258,
            "stop": 818339410
        },
        {
            "start": 818339429,
            "stop": 818339446
        }
    ]
}