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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=134",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 135,
    "results": [
        {
            "start": 820086398,
            "stop": 820086984
        },
        {
            "start": 820089692,
            "stop": 820093181
        },
        {
            "start": 820093184,
            "stop": 820093603
        },
        {
            "start": 820093606,
            "stop": 820097593
        },
        {
            "start": 820097741,
            "stop": 820099239
        },
        {
            "start": 820099242,
            "stop": 820100859
        },
        {
            "start": 820102769,
            "stop": 820103247
        },
        {
            "start": 820104221,
            "stop": 820105770
        },
        {
            "start": 820105773,
            "stop": 820105972
        },
        {
            "start": 820105975,
            "stop": 820105980
        },
        {
            "start": 820106053,
            "stop": 820106059
        },
        {
            "start": 820106081,
            "stop": 820106216
        },
        {
            "start": 820106220,
            "stop": 820106613
        },
        {
            "start": 820107411,
            "stop": 820107770
        },
        {
            "start": 820107773,
            "stop": 820107774
        },
        {
            "start": 820111501,
            "stop": 820111680
        },
        {
            "start": 820113112,
            "stop": 820113584
        },
        {
            "start": 820113587,
            "stop": 820114033
        },
        {
            "start": 820114140,
            "stop": 820114162
        },
        {
            "start": 820117428,
            "stop": 820117441
        }
    ]
}