Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=19",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 20,
    "results": [
        {
            "start": 819961571,
            "stop": 819965880
        },
        {
            "start": 819966845,
            "stop": 819978381
        },
        {
            "start": 819979058,
            "stop": 819979174
        },
        {
            "start": 819979676,
            "stop": 819985459
        },
        {
            "start": 819985726,
            "stop": 819986175
        },
        {
            "start": 819995829,
            "stop": 819996614
        },
        {
            "start": 820011339,
            "stop": 820011404
        },
        {
            "start": 820014760,
            "stop": 820019640
        },
        {
            "start": 820021012,
            "stop": 820044024
        },
        {
            "start": 820044316,
            "stop": 820049849
        },
        {
            "start": 820054040,
            "stop": 820075787
        },
        {
            "start": 820077107,
            "stop": 820092340
        },
        {
            "start": 820093731,
            "stop": 820108954
        },
        {
            "start": 820109629,
            "stop": 820137388
        },
        {
            "start": 820138296,
            "stop": 820138522
        },
        {
            "start": 820143330,
            "stop": 820158920
        },
        {
            "start": 820159966,
            "stop": 820160713
        },
        {
            "start": 820164669,
            "stop": 820173251
        },
        {
            "start": 820174728,
            "stop": 820179850
        },
        {
            "start": 820183599,
            "stop": 820184046
        }
    ]
}