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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=164",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 165,
    "results": [
        {
            "start": 819205873,
            "stop": 819206494
        },
        {
            "start": 819206599,
            "stop": 819206600
        },
        {
            "start": 819246606,
            "stop": 819247608
        },
        {
            "start": 819247636,
            "stop": 819249201
        },
        {
            "start": 819249228,
            "stop": 819249911
        },
        {
            "start": 819253507,
            "stop": 819276102
        },
        {
            "start": 819276110,
            "stop": 819276210
        },
        {
            "start": 819276450,
            "stop": 819278430
        },
        {
            "start": 819278670,
            "stop": 819278678
        },
        {
            "start": 819278709,
            "stop": 819278710
        },
        {
            "start": 819278718,
            "stop": 819278724
        },
        {
            "start": 819278817,
            "stop": 819278818
        },
        {
            "start": 819279616,
            "stop": 819283107
        },
        {
            "start": 819283114,
            "stop": 819290709
        },
        {
            "start": 819290722,
            "stop": 819291073
        },
        {
            "start": 819300365,
            "stop": 819301591
        },
        {
            "start": 819301598,
            "stop": 819301618
        },
        {
            "start": 819301625,
            "stop": 819302422
        },
        {
            "start": 819302453,
            "stop": 819303091
        },
        {
            "start": 819303098,
            "stop": 819303146
        }
    ]
}