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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=294",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 295,
    "results": [
        {
            "start": 821714578,
            "stop": 821714589
        },
        {
            "start": 821714594,
            "stop": 821714615
        },
        {
            "start": 821714621,
            "stop": 821714639
        },
        {
            "start": 821714642,
            "stop": 821714644
        },
        {
            "start": 821714647,
            "stop": 821714660
        },
        {
            "start": 821714663,
            "stop": 821714686
        },
        {
            "start": 821714689,
            "stop": 821714694
        },
        {
            "start": 821714697,
            "stop": 821714750
        },
        {
            "start": 821714753,
            "stop": 821714778
        },
        {
            "start": 821714781,
            "stop": 821714798
        },
        {
            "start": 821714802,
            "stop": 821714811
        },
        {
            "start": 821714814,
            "stop": 821714818
        },
        {
            "start": 821714821,
            "stop": 821714831
        },
        {
            "start": 821714834,
            "stop": 821714839
        },
        {
            "start": 821714846,
            "stop": 821714883
        },
        {
            "start": 821714886,
            "stop": 821714904
        },
        {
            "start": 821714907,
            "stop": 821714914
        },
        {
            "start": 821714917,
            "stop": 821714923
        },
        {
            "start": 821714926,
            "stop": 821714946
        },
        {
            "start": 821714952,
            "stop": 821714977
        }
    ]
}