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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=399",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 400,
    "results": [
        {
            "start": 818495790,
            "stop": 818504275
        },
        {
            "start": 818504914,
            "stop": 818514329
        },
        {
            "start": 818514331,
            "stop": 818515084
        },
        {
            "start": 818551280,
            "stop": 818551512
        },
        {
            "start": 818551528,
            "stop": 818552545
        },
        {
            "start": 818552546,
            "stop": 818553967
        },
        {
            "start": 818553969,
            "stop": 818554565
        },
        {
            "start": 818554567,
            "stop": 818578248
        },
        {
            "start": 818578314,
            "stop": 818586336
        },
        {
            "start": 818586338,
            "stop": 818586379
        },
        {
            "start": 818587436,
            "stop": 818600796
        },
        {
            "start": 818600801,
            "stop": 818601883
        },
        {
            "start": 818602437,
            "stop": 818605736
        },
        {
            "start": 818605739,
            "stop": 818605759
        },
        {
            "start": 818605763,
            "stop": 818605764
        },
        {
            "start": 818605766,
            "stop": 818605775
        },
        {
            "start": 818605777,
            "stop": 818605780
        },
        {
            "start": 818605782,
            "stop": 818605787
        },
        {
            "start": 818605788,
            "stop": 818605810
        },
        {
            "start": 818605811,
            "stop": 818605859
        }
    ]
}