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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3625",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3626,
    "results": [
        {
            "start": 872256525,
            "stop": 872256884
        },
        {
            "start": 872256901,
            "stop": 872260241
        },
        {
            "start": 872260258,
            "stop": 872260687
        },
        {
            "start": 872260707,
            "stop": 872260728
        },
        {
            "start": 872260759,
            "stop": 872260920
        },
        {
            "start": 872260980,
            "stop": 872261204
        },
        {
            "start": 872261221,
            "stop": 872261247
        },
        {
            "start": 872261264,
            "stop": 872261947
        },
        {
            "start": 872261964,
            "stop": 872262220
        },
        {
            "start": 872262237,
            "stop": 872262540
        },
        {
            "start": 872262600,
            "stop": 872262692
        },
        {
            "start": 872262709,
            "stop": 872262759
        },
        {
            "start": 872262776,
            "stop": 872263019
        },
        {
            "start": 872263160,
            "stop": 872263518
        },
        {
            "start": 872263535,
            "stop": 872265352
        },
        {
            "start": 872265369,
            "stop": 872266085
        },
        {
            "start": 872266103,
            "stop": 872266215
        },
        {
            "start": 872266232,
            "stop": 872266250
        },
        {
            "start": 872266267,
            "stop": 872266380
        },
        {
            "start": 872266440,
            "stop": 872266660
        }
    ]
}