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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=339",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 340,
    "results": [
        {
            "start": 818847909,
            "stop": 818847911
        },
        {
            "start": 818847939,
            "stop": 818847943
        },
        {
            "start": 818848141,
            "stop": 818848185
        },
        {
            "start": 818848216,
            "stop": 818848241
        },
        {
            "start": 818848245,
            "stop": 818848247
        },
        {
            "start": 818848273,
            "stop": 818848275
        },
        {
            "start": 818848309,
            "stop": 818848320
        },
        {
            "start": 818848424,
            "stop": 818848441
        },
        {
            "start": 818848460,
            "stop": 818848469
        },
        {
            "start": 818848560,
            "stop": 818848566
        },
        {
            "start": 818848680,
            "stop": 818848685
        },
        {
            "start": 818848875,
            "stop": 818848878
        },
        {
            "start": 818848898,
            "stop": 818848903
        },
        {
            "start": 818848974,
            "stop": 818848987
        },
        {
            "start": 818849022,
            "stop": 818849025
        },
        {
            "start": 818849055,
            "stop": 818849061
        },
        {
            "start": 818849125,
            "stop": 818849140
        },
        {
            "start": 818849320,
            "stop": 818849333
        },
        {
            "start": 818849406,
            "stop": 818849412
        },
        {
            "start": 818849432,
            "stop": 818849450
        }
    ]
}