Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=40
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=39",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 40,
    "results": [
        {
            "start": 940418400,
            "stop": 940420879
        },
        {
            "start": 940422066,
            "stop": 940422849
        },
        {
            "start": 940461718,
            "stop": 940499765
        },
        {
            "start": 940501494,
            "stop": 940504135
        },
        {
            "start": 940505210,
            "stop": 940508621
        },
        {
            "start": 940509185,
            "stop": 940509719
        },
        {
            "start": 940511396,
            "stop": 940516056
        },
        {
            "start": 940516880,
            "stop": 940517415
        },
        {
            "start": 940518301,
            "stop": 940519376
        },
        {
            "start": 940520013,
            "stop": 940528829
        },
        {
            "start": 940530522,
            "stop": 940534381
        },
        {
            "start": 940534854,
            "stop": 940561876
        },
        {
            "start": 940562500,
            "stop": 940566854
        },
        {
            "start": 940568169,
            "stop": 940571835
        },
        {
            "start": 940572921,
            "stop": 940576269
        },
        {
            "start": 940578961,
            "stop": 940587882
        },
        {
            "start": 940594508,
            "stop": 940596229
        },
        {
            "start": 940601215,
            "stop": 940602382
        },
        {
            "start": 940604002,
            "stop": 940605037
        },
        {
            "start": 940606455,
            "stop": 940606887
        }
    ]
}