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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=290",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 291,
    "results": [
        {
            "start": 818322970,
            "stop": 818323041
        },
        {
            "start": 818323061,
            "stop": 818323074
        },
        {
            "start": 818323119,
            "stop": 818323236
        },
        {
            "start": 818323258,
            "stop": 818323411
        },
        {
            "start": 818323434,
            "stop": 818323618
        },
        {
            "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
        }
    ]
}