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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=370",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 371,
    "results": [
        {
            "start": 818267777,
            "stop": 818267780
        },
        {
            "start": 818267785,
            "stop": 818267788
        },
        {
            "start": 818267792,
            "stop": 818267807
        },
        {
            "start": 818267820,
            "stop": 818267821
        },
        {
            "start": 818267825,
            "stop": 818267830
        },
        {
            "start": 818267842,
            "stop": 818267843
        },
        {
            "start": 818267846,
            "stop": 818267848
        },
        {
            "start": 818267852,
            "stop": 818267855
        },
        {
            "start": 818267865,
            "stop": 818267870
        },
        {
            "start": 818267912,
            "stop": 818267914
        },
        {
            "start": 818267929,
            "stop": 818267931
        },
        {
            "start": 818267945,
            "stop": 818267946
        },
        {
            "start": 818267952,
            "stop": 818267953
        },
        {
            "start": 818267958,
            "stop": 818267959
        },
        {
            "start": 818267972,
            "stop": 818267975
        },
        {
            "start": 818268013,
            "stop": 818268018
        },
        {
            "start": 818268021,
            "stop": 818268022
        },
        {
            "start": 818268085,
            "stop": 818268086
        },
        {
            "start": 818268096,
            "stop": 818268098
        },
        {
            "start": 818268105,
            "stop": 818268108
        }
    ]
}