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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=58",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 59,
    "results": [
        {
            "start": 943623162,
            "stop": 943623764
        },
        {
            "start": 943627684,
            "stop": 943627813
        },
        {
            "start": 943971628,
            "stop": 943971654
        },
        {
            "start": 943972852,
            "stop": 943973659
        },
        {
            "start": 943977033,
            "stop": 943978458
        },
        {
            "start": 943979795,
            "stop": 943981765
        },
        {
            "start": 943982744,
            "stop": 943983846
        },
        {
            "start": 943985003,
            "stop": 943985573
        },
        {
            "start": 943988807,
            "stop": 943990003
        },
        {
            "start": 943994908,
            "stop": 943995937
        },
        {
            "start": 944073142,
            "stop": 944075549
        },
        {
            "start": 944076748,
            "stop": 944077046
        },
        {
            "start": 944078186,
            "stop": 944078438
        },
        {
            "start": 944085058,
            "stop": 944086094
        },
        {
            "start": 944088000,
            "stop": 944088525
        },
        {
            "start": 944088935,
            "stop": 944089524
        },
        {
            "start": 944091477,
            "stop": 944092315
        },
        {
            "start": 944094032,
            "stop": 944094361
        },
        {
            "start": 944096495,
            "stop": 944096965
        },
        {
            "start": 944101122,
            "stop": 944101947
        }
    ]
}