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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=307",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 308,
    "results": [
        {
            "start": 933764554,
            "stop": 933764562
        },
        {
            "start": 933764564,
            "stop": 933764580
        },
        {
            "start": 933764583,
            "stop": 933764587
        },
        {
            "start": 933764590,
            "stop": 933764607
        },
        {
            "start": 933764609,
            "stop": 933764613
        },
        {
            "start": 933764615,
            "stop": 933764630
        },
        {
            "start": 933764634,
            "stop": 933768155
        },
        {
            "start": 933768157,
            "stop": 933768164
        },
        {
            "start": 933768166,
            "stop": 933768180
        },
        {
            "start": 933768183,
            "stop": 933768189
        },
        {
            "start": 933768191,
            "stop": 933768215
        },
        {
            "start": 933768217,
            "stop": 933768231
        },
        {
            "start": 933768234,
            "stop": 933768633
        },
        {
            "start": 933768636,
            "stop": 933771732
        },
        {
            "start": 933771734,
            "stop": 933771756
        },
        {
            "start": 933771758,
            "stop": 933771762
        },
        {
            "start": 933771766,
            "stop": 933771781
        },
        {
            "start": 933771784,
            "stop": 933771815
        },
        {
            "start": 933771817,
            "stop": 933771831
        },
        {
            "start": 933771835,
            "stop": 933774998
        }
    ]
}