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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=260",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 261,
    "results": [
        {
            "start": 821683687,
            "stop": 821683688
        },
        {
            "start": 821683694,
            "stop": 821683698
        },
        {
            "start": 821683701,
            "stop": 821683702
        },
        {
            "start": 821683708,
            "stop": 821683713
        },
        {
            "start": 821683716,
            "stop": 821683736
        },
        {
            "start": 821683741,
            "stop": 821683750
        },
        {
            "start": 821683753,
            "stop": 821683767
        },
        {
            "start": 821683770,
            "stop": 821683772
        },
        {
            "start": 821683778,
            "stop": 821683788
        },
        {
            "start": 821683791,
            "stop": 821683793
        },
        {
            "start": 821683796,
            "stop": 821683797
        },
        {
            "start": 821683801,
            "stop": 821683813
        },
        {
            "start": 821683817,
            "stop": 821683818
        },
        {
            "start": 821683821,
            "stop": 821683838
        },
        {
            "start": 821683841,
            "stop": 821683842
        },
        {
            "start": 821683845,
            "stop": 821683847
        },
        {
            "start": 821683850,
            "stop": 821683868
        },
        {
            "start": 821683871,
            "stop": 821683875
        },
        {
            "start": 821683878,
            "stop": 821683882
        },
        {
            "start": 821683885,
            "stop": 821683891
        }
    ]
}