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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15739
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15740",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15738",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15739,
    "results": [
        {
            "start": 971166791,
            "stop": 971166792
        },
        {
            "start": 971166793,
            "stop": 971166794
        },
        {
            "start": 971166796,
            "stop": 971166799
        },
        {
            "start": 971166802,
            "stop": 971166804
        },
        {
            "start": 971166806,
            "stop": 971166810
        },
        {
            "start": 971166816,
            "stop": 971166817
        },
        {
            "start": 971166818,
            "stop": 971166820
        },
        {
            "start": 971166821,
            "stop": 971166823
        },
        {
            "start": 971166824,
            "stop": 971166825
        },
        {
            "start": 971166827,
            "stop": 971166829
        },
        {
            "start": 971166834,
            "stop": 971166836
        },
        {
            "start": 971166839,
            "stop": 971166840
        },
        {
            "start": 971166842,
            "stop": 971166843
        },
        {
            "start": 971166845,
            "stop": 971166846
        },
        {
            "start": 971166850,
            "stop": 971166852
        },
        {
            "start": 971166853,
            "stop": 971166857
        },
        {
            "start": 971166858,
            "stop": 971166860
        },
        {
            "start": 971166864,
            "stop": 971166865
        },
        {
            "start": 971166866,
            "stop": 971166867
        },
        {
            "start": 971166876,
            "stop": 971166877
        }
    ]
}