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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=125",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 126,
    "results": [
        {
            "start": 816975527,
            "stop": 816975532
        },
        {
            "start": 816975549,
            "stop": 816975551
        },
        {
            "start": 816975619,
            "stop": 816975635
        },
        {
            "start": 816975658,
            "stop": 816975672
        },
        {
            "start": 816975704,
            "stop": 816975798
        },
        {
            "start": 816975822,
            "stop": 816975825
        },
        {
            "start": 816975949,
            "stop": 816975967
        },
        {
            "start": 816975989,
            "stop": 816975993
        },
        {
            "start": 816976058,
            "stop": 816976081
        },
        {
            "start": 816976109,
            "stop": 816976120
        },
        {
            "start": 816976156,
            "stop": 816976160
        },
        {
            "start": 816976211,
            "stop": 816976214
        },
        {
            "start": 816976241,
            "stop": 816976341
        },
        {
            "start": 816976363,
            "stop": 816976377
        },
        {
            "start": 816976404,
            "stop": 816976482
        },
        {
            "start": 816976545,
            "stop": 816976555
        },
        {
            "start": 816976589,
            "stop": 816976591
        },
        {
            "start": 816976634,
            "stop": 816976646
        },
        {
            "start": 816976665,
            "stop": 816976689
        },
        {
            "start": 816976713,
            "stop": 816976749
        }
    ]
}