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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4950",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4951,
    "results": [
        {
            "start": 874370902,
            "stop": 874370903
        },
        {
            "start": 874371073,
            "stop": 874371111
        },
        {
            "start": 874371159,
            "stop": 874371167
        },
        {
            "start": 874371256,
            "stop": 874371269
        },
        {
            "start": 874371289,
            "stop": 874371293
        },
        {
            "start": 874371312,
            "stop": 874371314
        },
        {
            "start": 874371354,
            "stop": 874371358
        },
        {
            "start": 874371420,
            "stop": 874371426
        },
        {
            "start": 874371543,
            "stop": 874371553
        },
        {
            "start": 874371572,
            "stop": 874371583
        },
        {
            "start": 874371602,
            "stop": 874371635
        },
        {
            "start": 874371693,
            "stop": 874371706
        },
        {
            "start": 874371725,
            "stop": 874371746
        },
        {
            "start": 874371766,
            "stop": 874371768
        },
        {
            "start": 874371812,
            "stop": 874371838
        },
        {
            "start": 874371857,
            "stop": 874371897
        },
        {
            "start": 874371973,
            "stop": 874371988
        },
        {
            "start": 874372014,
            "stop": 874372022
        },
        {
            "start": 874372055,
            "stop": 874372069
        },
        {
            "start": 874372109,
            "stop": 874372115
        }
    ]
}