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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=266",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 267,
    "results": [
        {
            "start": 821037046,
            "stop": 821037145
        },
        {
            "start": 821037153,
            "stop": 821037518
        },
        {
            "start": 821037526,
            "stop": 821037710
        },
        {
            "start": 821037713,
            "stop": 821037715
        },
        {
            "start": 821037718,
            "stop": 821037762
        },
        {
            "start": 821037770,
            "stop": 821037913
        },
        {
            "start": 821038539,
            "stop": 821038845
        },
        {
            "start": 821038848,
            "stop": 821038892
        },
        {
            "start": 821038899,
            "stop": 821038958
        },
        {
            "start": 821038965,
            "stop": 821039035
        },
        {
            "start": 821039053,
            "stop": 821039088
        },
        {
            "start": 821039106,
            "stop": 821039173
        },
        {
            "start": 821039180,
            "stop": 821039181
        },
        {
            "start": 821039195,
            "stop": 821039201
        },
        {
            "start": 821039209,
            "stop": 821039211
        },
        {
            "start": 821039218,
            "stop": 821039224
        },
        {
            "start": 821039227,
            "stop": 821039235
        },
        {
            "start": 821039238,
            "stop": 821039242
        },
        {
            "start": 821039255,
            "stop": 821039340
        },
        {
            "start": 821039350,
            "stop": 821039361
        }
    ]
}