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=8128
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=8129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8127",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8128,
    "results": [
        {
            "start": 872973168,
            "stop": 872973201
        },
        {
            "start": 872973235,
            "stop": 872973297
        },
        {
            "start": 872973314,
            "stop": 872973333
        },
        {
            "start": 872973350,
            "stop": 872973373
        },
        {
            "start": 872973390,
            "stop": 872973397
        },
        {
            "start": 872973424,
            "stop": 872973438
        },
        {
            "start": 872973455,
            "stop": 872973461
        },
        {
            "start": 872973487,
            "stop": 872973504
        },
        {
            "start": 872973522,
            "stop": 872973525
        },
        {
            "start": 872973542,
            "stop": 872973552
        },
        {
            "start": 872973614,
            "stop": 872973615
        },
        {
            "start": 872973633,
            "stop": 872973648
        },
        {
            "start": 872973674,
            "stop": 872973677
        },
        {
            "start": 872973695,
            "stop": 872973702
        },
        {
            "start": 872973796,
            "stop": 872973831
        },
        {
            "start": 872973848,
            "stop": 872973875
        },
        {
            "start": 872973910,
            "stop": 872973916
        },
        {
            "start": 872973934,
            "stop": 872973944
        },
        {
            "start": 872973962,
            "stop": 872973995
        },
        {
            "start": 872974013,
            "stop": 872974017
        }
    ]
}