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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5268",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5269,
    "results": [
        {
            "start": 970308633,
            "stop": 970308931
        },
        {
            "start": 970308934,
            "stop": 970309476
        },
        {
            "start": 970309479,
            "stop": 970310368
        },
        {
            "start": 970310371,
            "stop": 970310650
        },
        {
            "start": 970310653,
            "stop": 970310771
        },
        {
            "start": 970310774,
            "stop": 970310802
        },
        {
            "start": 970310805,
            "stop": 970311220
        },
        {
            "start": 970311223,
            "stop": 970312618
        },
        {
            "start": 970312621,
            "stop": 970312773
        },
        {
            "start": 970312776,
            "stop": 970312986
        },
        {
            "start": 970312989,
            "stop": 970313245
        },
        {
            "start": 970313249,
            "stop": 970313319
        },
        {
            "start": 970313322,
            "stop": 970314196
        },
        {
            "start": 970314199,
            "stop": 970314234
        },
        {
            "start": 970314237,
            "stop": 970314396
        },
        {
            "start": 970314400,
            "stop": 970314713
        },
        {
            "start": 970314717,
            "stop": 970315188
        },
        {
            "start": 970315191,
            "stop": 970315395
        },
        {
            "start": 970315398,
            "stop": 970315453
        },
        {
            "start": 970315456,
            "stop": 970315482
        }
    ]
}