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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=196",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 197,
    "results": [
        {
            "start": 933228375,
            "stop": 933228561
        },
        {
            "start": 933234841,
            "stop": 933235215
        },
        {
            "start": 933235575,
            "stop": 933236103
        },
        {
            "start": 933236106,
            "stop": 933236134
        },
        {
            "start": 933237803,
            "stop": 933238815
        },
        {
            "start": 933239175,
            "stop": 933239780
        },
        {
            "start": 933239782,
            "stop": 933241529
        },
        {
            "start": 933241589,
            "stop": 933241829
        },
        {
            "start": 933242009,
            "stop": 933242415
        },
        {
            "start": 933242775,
            "stop": 933242849
        },
        {
            "start": 933242909,
            "stop": 933245117
        },
        {
            "start": 933245122,
            "stop": 933246015
        },
        {
            "start": 933246375,
            "stop": 933246800
        },
        {
            "start": 933246802,
            "stop": 933247250
        },
        {
            "start": 933247252,
            "stop": 933248602
        },
        {
            "start": 933248605,
            "stop": 933248617
        },
        {
            "start": 933248620,
            "stop": 933248647
        },
        {
            "start": 933248650,
            "stop": 933248663
        },
        {
            "start": 933248665,
            "stop": 933249256
        },
        {
            "start": 933249265,
            "stop": 933249615
        }
    ]
}