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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7540",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7538",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7539,
    "results": [
        {
            "start": 970403995,
            "stop": 970404052
        },
        {
            "start": 970404055,
            "stop": 970404082
        },
        {
            "start": 970404086,
            "stop": 970404147
        },
        {
            "start": 970404150,
            "stop": 970404169
        },
        {
            "start": 970404172,
            "stop": 970404223
        },
        {
            "start": 970404226,
            "stop": 970404246
        },
        {
            "start": 970404249,
            "stop": 970404255
        },
        {
            "start": 970404258,
            "stop": 970404295
        },
        {
            "start": 970404298,
            "stop": 970404326
        },
        {
            "start": 970404330,
            "stop": 970404335
        },
        {
            "start": 970404338,
            "stop": 970404411
        },
        {
            "start": 970404414,
            "stop": 970404479
        },
        {
            "start": 970404482,
            "stop": 970404612
        },
        {
            "start": 970404614,
            "stop": 970404616
        },
        {
            "start": 970404742,
            "stop": 970404795
        },
        {
            "start": 970404798,
            "stop": 970404822
        },
        {
            "start": 970404825,
            "stop": 970404847
        },
        {
            "start": 970404850,
            "stop": 970404855
        },
        {
            "start": 970404858,
            "stop": 970404876
        },
        {
            "start": 970404879,
            "stop": 970404898
        }
    ]
}