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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=121",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 122,
    "results": [
        {
            "start": 962192004,
            "stop": 962192322
        },
        {
            "start": 962193649,
            "stop": 962195970
        },
        {
            "start": 962198614,
            "stop": 962199735
        },
        {
            "start": 962201087,
            "stop": 962202011
        },
        {
            "start": 962203073,
            "stop": 962203623
        },
        {
            "start": 962205338,
            "stop": 962211214
        },
        {
            "start": 962211909,
            "stop": 962215004
        },
        {
            "start": 962217533,
            "stop": 962223522
        },
        {
            "start": 962231588,
            "stop": 962235171
        },
        {
            "start": 962251224,
            "stop": 962254439
        },
        {
            "start": 962254788,
            "stop": 962255666
        },
        {
            "start": 962256811,
            "stop": 962264100
        },
        {
            "start": 962266918,
            "stop": 962280386
        },
        {
            "start": 962281237,
            "stop": 962282777
        },
        {
            "start": 962283347,
            "stop": 962284251
        },
        {
            "start": 962291609,
            "stop": 962299266
        },
        {
            "start": 962304184,
            "stop": 962307237
        },
        {
            "start": 962308779,
            "stop": 962315328
        },
        {
            "start": 962329153,
            "stop": 962333150
        },
        {
            "start": 962334304,
            "stop": 962335091
        }
    ]
}