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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=214",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 215,
    "results": [
        {
            "start": 817773905,
            "stop": 817773934
        },
        {
            "start": 817773954,
            "stop": 817773985
        },
        {
            "start": 817774004,
            "stop": 817774037
        },
        {
            "start": 817774057,
            "stop": 817774077
        },
        {
            "start": 817774097,
            "stop": 817774208
        },
        {
            "start": 817774230,
            "stop": 817774235
        },
        {
            "start": 817774266,
            "stop": 817774297
        },
        {
            "start": 817774316,
            "stop": 817774318
        },
        {
            "start": 817774340,
            "stop": 817774348
        },
        {
            "start": 817774388,
            "stop": 817774593
        },
        {
            "start": 817774636,
            "stop": 817774661
        },
        {
            "start": 817774709,
            "stop": 817774748
        },
        {
            "start": 817774765,
            "stop": 817774861
        },
        {
            "start": 817774878,
            "stop": 817774887
        },
        {
            "start": 817774927,
            "stop": 817774934
        },
        {
            "start": 817774971,
            "stop": 817774981
        },
        {
            "start": 817775003,
            "stop": 817775026
        },
        {
            "start": 817775046,
            "stop": 817775052
        },
        {
            "start": 817775124,
            "stop": 817775125
        },
        {
            "start": 817775177,
            "stop": 817775199
        }
    ]
}