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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7363",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7364,
    "results": [
        {
            "start": 969421627,
            "stop": 969421681
        },
        {
            "start": 969421702,
            "stop": 969421704
        },
        {
            "start": 969421725,
            "stop": 969421726
        },
        {
            "start": 969421750,
            "stop": 969421767
        },
        {
            "start": 969421793,
            "stop": 969421853
        },
        {
            "start": 969421856,
            "stop": 969421862
        },
        {
            "start": 969421865,
            "stop": 969421881
        },
        {
            "start": 969421884,
            "stop": 969422042
        },
        {
            "start": 969422045,
            "stop": 969422577
        },
        {
            "start": 969422580,
            "stop": 969422820
        },
        {
            "start": 969422823,
            "stop": 969422861
        },
        {
            "start": 969422864,
            "stop": 969422988
        },
        {
            "start": 969422991,
            "stop": 969423092
        },
        {
            "start": 969423113,
            "stop": 969423154
        },
        {
            "start": 969423157,
            "stop": 969423182
        },
        {
            "start": 969423185,
            "stop": 969423604
        },
        {
            "start": 969423607,
            "stop": 969423689
        },
        {
            "start": 969423692,
            "stop": 969423736
        },
        {
            "start": 969423739,
            "stop": 969423877
        },
        {
            "start": 969423880,
            "stop": 969424027
        }
    ]
}