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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=296",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 297,
    "results": [
        {
            "start": 821693579,
            "stop": 821693581
        },
        {
            "start": 821693584,
            "stop": 821693588
        },
        {
            "start": 821693594,
            "stop": 821693607
        },
        {
            "start": 821693610,
            "stop": 821693644
        },
        {
            "start": 821693650,
            "stop": 821693676
        },
        {
            "start": 821693683,
            "stop": 821693684
        },
        {
            "start": 821693689,
            "stop": 821693691
        },
        {
            "start": 821693694,
            "stop": 821693705
        },
        {
            "start": 821693710,
            "stop": 821693730
        },
        {
            "start": 821693736,
            "stop": 821693742
        },
        {
            "start": 821693745,
            "stop": 821693746
        },
        {
            "start": 821693749,
            "stop": 821693755
        },
        {
            "start": 821693758,
            "stop": 821693761
        },
        {
            "start": 821693764,
            "stop": 821693788
        },
        {
            "start": 821693791,
            "stop": 821693792
        },
        {
            "start": 821693795,
            "stop": 821693807
        },
        {
            "start": 821693810,
            "stop": 821693815
        },
        {
            "start": 821693818,
            "stop": 821693828
        },
        {
            "start": 821693831,
            "stop": 821693836
        },
        {
            "start": 821693842,
            "stop": 821693844
        }
    ]
}