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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=313",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 314,
    "results": [
        {
            "start": 874834273,
            "stop": 874845380
        },
        {
            "start": 874846066,
            "stop": 874847229
        },
        {
            "start": 874865677,
            "stop": 874867154
        },
        {
            "start": 874875513,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874916807
        },
        {
            "start": 874918375,
            "stop": 874933346
        },
        {
            "start": 874940592,
            "stop": 874941906
        },
        {
            "start": 874942051,
            "stop": 874947063
        },
        {
            "start": 874950141,
            "stop": 874952112
        },
        {
            "start": 874953375,
            "stop": 874955951
        },
        {
            "start": 874957928,
            "stop": 874961505
        },
        {
            "start": 874969942,
            "stop": 874978232
        },
        {
            "start": 874991001,
            "stop": 875005072
        },
        {
            "start": 875006469,
            "stop": 875015197
        },
        {
            "start": 875021653,
            "stop": 875023104
        },
        {
            "start": 875036247,
            "stop": 875042708
        },
        {
            "start": 875043985,
            "stop": 875047408
        },
        {
            "start": 875049043,
            "stop": 875052683
        },
        {
            "start": 875052856,
            "stop": 875061244
        }
    ]
}