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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=336",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 337,
    "results": [
        {
            "start": 818758666,
            "stop": 818758766
        },
        {
            "start": 818758843,
            "stop": 818758980
        },
        {
            "start": 818759040,
            "stop": 818759052
        },
        {
            "start": 818759092,
            "stop": 818759175
        },
        {
            "start": 818759238,
            "stop": 818759280
        },
        {
            "start": 818759314,
            "stop": 818759393
        },
        {
            "start": 818759440,
            "stop": 818759442
        },
        {
            "start": 818759461,
            "stop": 818759482
        },
        {
            "start": 818759521,
            "stop": 818759551
        },
        {
            "start": 818759554,
            "stop": 818759588
        },
        {
            "start": 818759608,
            "stop": 818759645
        },
        {
            "start": 818759665,
            "stop": 818759715
        },
        {
            "start": 818759735,
            "stop": 818759804
        },
        {
            "start": 818759824,
            "stop": 818759858
        },
        {
            "start": 818759877,
            "stop": 818759925
        },
        {
            "start": 818759945,
            "stop": 818759953
        },
        {
            "start": 818759956,
            "stop": 818759995
        },
        {
            "start": 818760041,
            "stop": 818760085
        },
        {
            "start": 818760122,
            "stop": 818760141
        },
        {
            "start": 818760171,
            "stop": 818760190
        }
    ]
}