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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=80",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 81,
    "results": [
        {
            "start": 951082318,
            "stop": 951090110
        },
        {
            "start": 951112065,
            "stop": 951117102
        },
        {
            "start": 951118238,
            "stop": 951123385
        },
        {
            "start": 951125768,
            "stop": 951136404
        },
        {
            "start": 951141220,
            "stop": 951142533
        },
        {
            "start": 951144744,
            "stop": 951151643
        },
        {
            "start": 951151925,
            "stop": 951166559
        },
        {
            "start": 951169053,
            "stop": 951170146
        },
        {
            "start": 951171214,
            "stop": 951179676
        },
        {
            "start": 951180423,
            "stop": 951192089
        },
        {
            "start": 951192432,
            "stop": 951222422
        },
        {
            "start": 951229635,
            "stop": 951230219
        },
        {
            "start": 951233490,
            "stop": 951238474
        },
        {
            "start": 951238704,
            "stop": 951253141
        },
        {
            "start": 951269918,
            "stop": 951278179
        },
        {
            "start": 951278403,
            "stop": 951279547
        },
        {
            "start": 951280074,
            "stop": 951288328
        },
        {
            "start": 951320764,
            "stop": 951322034
        },
        {
            "start": 951325362,
            "stop": 951327841
        },
        {
            "start": 951328517,
            "stop": 951330888
        }
    ]
}