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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=128",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 129,
    "results": [
        {
            "start": 963366395,
            "stop": 963367645
        },
        {
            "start": 963367825,
            "stop": 963373709
        },
        {
            "start": 963376790,
            "stop": 963384653
        },
        {
            "start": 963385329,
            "stop": 963404057
        },
        {
            "start": 963408931,
            "stop": 963422610
        },
        {
            "start": 963425450,
            "stop": 963459612
        },
        {
            "start": 963460263,
            "stop": 963468425
        },
        {
            "start": 963485876,
            "stop": 963489526
        },
        {
            "start": 963493355,
            "stop": 963493918
        },
        {
            "start": 963516338,
            "stop": 963519781
        },
        {
            "start": 963560668,
            "stop": 963565131
        },
        {
            "start": 963568030,
            "stop": 963573216
        },
        {
            "start": 963579544,
            "stop": 963581480
        },
        {
            "start": 963587499,
            "stop": 963587556
        },
        {
            "start": 963594663,
            "stop": 963595699
        },
        {
            "start": 963608140,
            "stop": 963609508
        },
        {
            "start": 963610516,
            "stop": 963616522
        },
        {
            "start": 963617625,
            "stop": 963619449
        },
        {
            "start": 963620656,
            "stop": 963629371
        },
        {
            "start": 963630008,
            "stop": 963654513
        }
    ]
}