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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=315",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 316,
    "results": [
        {
            "start": 821234350,
            "stop": 821234491
        },
        {
            "start": 821234510,
            "stop": 821234706
        },
        {
            "start": 821234725,
            "stop": 821234731
        },
        {
            "start": 821234750,
            "stop": 821234849
        },
        {
            "start": 821234880,
            "stop": 821234890
        },
        {
            "start": 821234909,
            "stop": 821234919
        },
        {
            "start": 821234938,
            "stop": 821235046
        },
        {
            "start": 821235065,
            "stop": 821235073
        },
        {
            "start": 821235092,
            "stop": 821235133
        },
        {
            "start": 821235164,
            "stop": 821235432
        },
        {
            "start": 821235469,
            "stop": 821235547
        },
        {
            "start": 821235566,
            "stop": 821235683
        },
        {
            "start": 821235710,
            "stop": 821235759
        },
        {
            "start": 821235778,
            "stop": 821235872
        },
        {
            "start": 821235891,
            "stop": 821235964
        },
        {
            "start": 821235983,
            "stop": 821236129
        },
        {
            "start": 821236148,
            "stop": 821236194
        },
        {
            "start": 821236213,
            "stop": 821236348
        },
        {
            "start": 821236367,
            "stop": 821236536
        },
        {
            "start": 821236555,
            "stop": 821236789
        }
    ]
}