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=8144
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=8145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8143",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8144,
    "results": [
        {
            "start": 873062271,
            "stop": 873062277
        },
        {
            "start": 873062299,
            "stop": 873062336
        },
        {
            "start": 873062353,
            "stop": 873062596
        },
        {
            "start": 873062716,
            "stop": 873063168
        },
        {
            "start": 873063288,
            "stop": 873063929
        },
        {
            "start": 873064102,
            "stop": 873064303
        },
        {
            "start": 873064320,
            "stop": 873064620
        },
        {
            "start": 873064680,
            "stop": 873064753
        },
        {
            "start": 873064772,
            "stop": 873065272
        },
        {
            "start": 873065291,
            "stop": 873065864
        },
        {
            "start": 873065883,
            "stop": 873066030
        },
        {
            "start": 873066047,
            "stop": 873067448
        },
        {
            "start": 873067465,
            "stop": 873068357
        },
        {
            "start": 873068374,
            "stop": 873069640
        },
        {
            "start": 873069760,
            "stop": 873069900
        },
        {
            "start": 873072604,
            "stop": 873072605
        },
        {
            "start": 873072640,
            "stop": 873072644
        },
        {
            "start": 873072694,
            "stop": 873072746
        },
        {
            "start": 873072763,
            "stop": 873073404
        },
        {
            "start": 873073423,
            "stop": 873073634
        }
    ]
}