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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=321",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 322,
    "results": [
        {
            "start": 818759092,
            "stop": 818759175
        },
        {
            "start": 818759238,
            "stop": 818759280
        },
        {
            "start": 818759314,
            "stop": 818759340
        },
        {
            "start": 818759440,
            "stop": 818759442
        },
        {
            "start": 818759461,
            "stop": 818759482
        },
        {
            "start": 818759521,
            "stop": 818759551
        },
        {
            "start": 818759554,
            "stop": 818759588
        },
        {
            "start": 818759608,
            "stop": 818759645
        },
        {
            "start": 818759665,
            "stop": 818759715
        },
        {
            "start": 818759735,
            "stop": 818759804
        },
        {
            "start": 818759824,
            "stop": 818759858
        },
        {
            "start": 818759877,
            "stop": 818759925
        },
        {
            "start": 818759945,
            "stop": 818759953
        },
        {
            "start": 818759956,
            "stop": 818759995
        },
        {
            "start": 818760060,
            "stop": 818760085
        },
        {
            "start": 818760122,
            "stop": 818760141
        },
        {
            "start": 818760171,
            "stop": 818760180
        },
        {
            "start": 818760240,
            "stop": 818760244
        },
        {
            "start": 818760326,
            "stop": 818760345
        },
        {
            "start": 818769500,
            "stop": 818769515
        }
    ]
}