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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=133",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 134,
    "results": [
        {
            "start": 818918779,
            "stop": 818919489
        },
        {
            "start": 818919493,
            "stop": 818943529
        },
        {
            "start": 818943533,
            "stop": 818945550
        },
        {
            "start": 818946116,
            "stop": 818952130
        },
        {
            "start": 818952689,
            "stop": 818954218
        },
        {
            "start": 818954623,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818965430
        },
        {
            "start": 818965448,
            "stop": 818969130
        },
        {
            "start": 818969558,
            "stop": 818971097
        },
        {
            "start": 818971762,
            "stop": 818982261
        },
        {
            "start": 818982264,
            "stop": 819002189
        },
        {
            "start": 819002207,
            "stop": 819027629
        },
        {
            "start": 819027633,
            "stop": 819027679
        },
        {
            "start": 819041055,
            "stop": 819043382
        },
        {
            "start": 819043782,
            "stop": 819044082
        },
        {
            "start": 819047310,
            "stop": 819050034
        },
        {
            "start": 819050354,
            "stop": 819051031
        },
        {
            "start": 819051431,
            "stop": 819057815
        },
        {
            "start": 819058808,
            "stop": 819060205
        },
        {
            "start": 819060641,
            "stop": 819066623
        }
    ]
}