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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=144",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 145,
    "results": [
        {
            "start": 819304840,
            "stop": 819305272
        },
        {
            "start": 819305276,
            "stop": 819305521
        },
        {
            "start": 819305524,
            "stop": 819306190
        },
        {
            "start": 819306193,
            "stop": 819308145
        },
        {
            "start": 819311777,
            "stop": 819313389
        },
        {
            "start": 819313392,
            "stop": 819313728
        },
        {
            "start": 819313731,
            "stop": 819313969
        },
        {
            "start": 819313972,
            "stop": 819315815
        },
        {
            "start": 819315818,
            "stop": 819316016
        },
        {
            "start": 819316019,
            "stop": 819316028
        },
        {
            "start": 819316032,
            "stop": 819316741
        },
        {
            "start": 819318066,
            "stop": 819318249
        },
        {
            "start": 819318783,
            "stop": 819318836
        },
        {
            "start": 819319236,
            "stop": 819319851
        },
        {
            "start": 819319855,
            "stop": 819321411
        },
        {
            "start": 819321414,
            "stop": 819321431
        },
        {
            "start": 819321435,
            "stop": 819322046
        },
        {
            "start": 819322049,
            "stop": 819322115
        },
        {
            "start": 819322119,
            "stop": 819322230
        },
        {
            "start": 819322630,
            "stop": 819322889
        }
    ]
}