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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4764",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4762",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4763,
    "results": [
        {
            "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
        },
        {
            "start": 970315485,
            "stop": 970315543
        },
        {
            "start": 970315546,
            "stop": 970315662
        },
        {
            "start": 970315667,
            "stop": 970315772
        },
        {
            "start": 970315775,
            "stop": 970315857
        },
        {
            "start": 970315860,
            "stop": 970315877
        },
        {
            "start": 970315880,
            "stop": 970315882
        }
    ]
}