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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=176",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 177,
    "results": [
        {
            "start": 819985710,
            "stop": 819985730
        },
        {
            "start": 819985734,
            "stop": 819985901
        },
        {
            "start": 819985904,
            "stop": 819986107
        },
        {
            "start": 819986110,
            "stop": 819986211
        },
        {
            "start": 819986214,
            "stop": 819986217
        },
        {
            "start": 819986221,
            "stop": 819986310
        },
        {
            "start": 819986313,
            "stop": 819986325
        },
        {
            "start": 819986329,
            "stop": 819986469
        },
        {
            "start": 819986472,
            "stop": 819986546
        },
        {
            "start": 819986549,
            "stop": 819986697
        },
        {
            "start": 819986700,
            "stop": 819986739
        },
        {
            "start": 819986742,
            "stop": 819986877
        },
        {
            "start": 819986881,
            "stop": 819986883
        },
        {
            "start": 819986886,
            "stop": 819986890
        },
        {
            "start": 819986894,
            "stop": 819986936
        },
        {
            "start": 819986940,
            "stop": 819986966
        },
        {
            "start": 819986969,
            "stop": 819987040
        },
        {
            "start": 819987060,
            "stop": 819987346
        },
        {
            "start": 819987350,
            "stop": 819987844
        },
        {
            "start": 819987848,
            "stop": 819987864
        }
    ]
}