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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=21",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 22,
    "results": [
        {
            "start": 819916519,
            "stop": 819917233
        },
        {
            "start": 819928996,
            "stop": 819961033
        },
        {
            "start": 819961571,
            "stop": 819965833
        },
        {
            "start": 819965877,
            "stop": 819965880
        },
        {
            "start": 819966845,
            "stop": 819978373
        },
        {
            "start": 819978378,
            "stop": 819978381
        },
        {
            "start": 819979058,
            "stop": 819979153
        },
        {
            "start": 819979171,
            "stop": 819979174
        },
        {
            "start": 819979676,
            "stop": 819985453
        },
        {
            "start": 819985726,
            "stop": 819986145
        },
        {
            "start": 819995829,
            "stop": 819996612
        },
        {
            "start": 820011339,
            "stop": 820011373
        },
        {
            "start": 820014760,
            "stop": 820019593
        },
        {
            "start": 820021012,
            "stop": 820044013
        },
        {
            "start": 820044022,
            "stop": 820044024
        },
        {
            "start": 820044316,
            "stop": 820049819
        },
        {
            "start": 820054040,
            "stop": 820075753
        },
        {
            "start": 820075784,
            "stop": 820075787
        },
        {
            "start": 820077107,
            "stop": 820092340
        },
        {
            "start": 820093731,
            "stop": 820108801
        }
    ]
}