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=318
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=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=317",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 318,
    "results": [
        {
            "start": 818749142,
            "stop": 818749260
        },
        {
            "start": 818749342,
            "stop": 818749476
        },
        {
            "start": 818749594,
            "stop": 818749620
        },
        {
            "start": 818749648,
            "stop": 818749656
        },
        {
            "start": 818749682,
            "stop": 818749687
        },
        {
            "start": 818749756,
            "stop": 818749800
        },
        {
            "start": 818749934,
            "stop": 818749938
        },
        {
            "start": 818750192,
            "stop": 818750209
        },
        {
            "start": 818750245,
            "stop": 818750271
        },
        {
            "start": 818750319,
            "stop": 818750329
        },
        {
            "start": 818750410,
            "stop": 818750412
        },
        {
            "start": 818750557,
            "stop": 818750558
        },
        {
            "start": 818751677,
            "stop": 818751684
        },
        {
            "start": 818751712,
            "stop": 818751717
        },
        {
            "start": 818751916,
            "stop": 818751928
        },
        {
            "start": 818752168,
            "stop": 818752193
        },
        {
            "start": 818752213,
            "stop": 818752217
        },
        {
            "start": 818752237,
            "stop": 818752256
        },
        {
            "start": 818752316,
            "stop": 818752337
        },
        {
            "start": 818752406,
            "stop": 818752423
        }
    ]
}