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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=87",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 88,
    "results": [
        {
            "start": 952759251,
            "stop": 952767736
        },
        {
            "start": 952767887,
            "stop": 952767906
        },
        {
            "start": 952774375,
            "stop": 952775885
        },
        {
            "start": 952777033,
            "stop": 952779320
        },
        {
            "start": 952780348,
            "stop": 952780459
        },
        {
            "start": 952781364,
            "stop": 952783443
        },
        {
            "start": 952802864,
            "stop": 952805185
        },
        {
            "start": 952805637,
            "stop": 952816693
        },
        {
            "start": 952817422,
            "stop": 952827245
        },
        {
            "start": 952829782,
            "stop": 952865498
        },
        {
            "start": 952868525,
            "stop": 952881411
        },
        {
            "start": 952882181,
            "stop": 952882247
        },
        {
            "start": 952889271,
            "stop": 952890820
        },
        {
            "start": 952890867,
            "stop": 952947210
        },
        {
            "start": 952951501,
            "stop": 952955376
        },
        {
            "start": 952956847,
            "stop": 952957067
        },
        {
            "start": 952957116,
            "stop": 952974339
        },
        {
            "start": 952986785,
            "stop": 953032578
        },
        {
            "start": 953036319,
            "stop": 953041932
        },
        {
            "start": 953041995,
            "stop": 953042003
        }
    ]
}