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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=169",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 170,
    "results": [
        {
            "start": 819343017,
            "stop": 819344462
        },
        {
            "start": 819344582,
            "stop": 819344804
        },
        {
            "start": 819344821,
            "stop": 819345012
        },
        {
            "start": 819345016,
            "stop": 819346368
        },
        {
            "start": 819346400,
            "stop": 819346422
        },
        {
            "start": 819346439,
            "stop": 819346714
        },
        {
            "start": 819346717,
            "stop": 819347586
        },
        {
            "start": 819347603,
            "stop": 819347689
        },
        {
            "start": 819347706,
            "stop": 819347829
        },
        {
            "start": 819351752,
            "stop": 819351872
        },
        {
            "start": 819351890,
            "stop": 819352632
        },
        {
            "start": 819352649,
            "stop": 819353083
        },
        {
            "start": 819353203,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819357096
        },
        {
            "start": 819357216,
            "stop": 819359520
        },
        {
            "start": 819359552,
            "stop": 819360048
        },
        {
            "start": 819360168,
            "stop": 819361824
        },
        {
            "start": 819361856,
            "stop": 819361985
        },
        {
            "start": 819361989,
            "stop": 819362364
        },
        {
            "start": 819363215,
            "stop": 819366223
        }
    ]
}