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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10076",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10077,
    "results": [
        {
            "start": 873132725,
            "stop": 873132791
        },
        {
            "start": 873132825,
            "stop": 873133140
        },
        {
            "start": 873133200,
            "stop": 873133236
        },
        {
            "start": 873133270,
            "stop": 873133529
        },
        {
            "start": 873133691,
            "stop": 873134015
        },
        {
            "start": 873134071,
            "stop": 873134379
        },
        {
            "start": 873134396,
            "stop": 873135474
        },
        {
            "start": 873135594,
            "stop": 873136205
        },
        {
            "start": 873137380,
            "stop": 873138110
        },
        {
            "start": 873138117,
            "stop": 873138120
        },
        {
            "start": 873144855,
            "stop": 873145031
        },
        {
            "start": 873145151,
            "stop": 873146185
        },
        {
            "start": 873146221,
            "stop": 873146707
        },
        {
            "start": 873146856,
            "stop": 873147674
        },
        {
            "start": 873147710,
            "stop": 873148032
        },
        {
            "start": 873148074,
            "stop": 873148088
        },
        {
            "start": 873148124,
            "stop": 873148157
        },
        {
            "start": 873148193,
            "stop": 873148273
        },
        {
            "start": 873148310,
            "stop": 873148401
        },
        {
            "start": 873148437,
            "stop": 873148466
        }
    ]
}