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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=97",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 98,
    "results": [
        {
            "start": 818053438,
            "stop": 818053459
        },
        {
            "start": 818053462,
            "stop": 818053464
        },
        {
            "start": 818053467,
            "stop": 818053481
        },
        {
            "start": 818053484,
            "stop": 818053490
        },
        {
            "start": 818053493,
            "stop": 818053502
        },
        {
            "start": 818053506,
            "stop": 818053513
        },
        {
            "start": 818053516,
            "stop": 818053517
        },
        {
            "start": 818053520,
            "stop": 818053525
        },
        {
            "start": 818053529,
            "stop": 818053531
        },
        {
            "start": 818053534,
            "stop": 818053548
        },
        {
            "start": 818053551,
            "stop": 818053565
        },
        {
            "start": 818053568,
            "stop": 818053581
        },
        {
            "start": 818053584,
            "stop": 818053589
        },
        {
            "start": 818053596,
            "stop": 818053599
        },
        {
            "start": 818053606,
            "stop": 818053611
        },
        {
            "start": 818053614,
            "stop": 818053615
        },
        {
            "start": 818053621,
            "stop": 818053630
        },
        {
            "start": 818053638,
            "stop": 818053648
        },
        {
            "start": 818053651,
            "stop": 818053655
        },
        {
            "start": 818053658,
            "stop": 818053660
        }
    ]
}