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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6033",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6034,
    "results": [
        {
            "start": 873673005,
            "stop": 873673016
        },
        {
            "start": 873673017,
            "stop": 873673049
        },
        {
            "start": 873673050,
            "stop": 873673070
        },
        {
            "start": 873673071,
            "stop": 873673097
        },
        {
            "start": 873673098,
            "stop": 873673108
        },
        {
            "start": 873673109,
            "stop": 873673140
        },
        {
            "start": 873673141,
            "stop": 873673216
        },
        {
            "start": 873673218,
            "stop": 873673231
        },
        {
            "start": 873673232,
            "stop": 873673263
        },
        {
            "start": 873673264,
            "stop": 873673280
        },
        {
            "start": 873673282,
            "stop": 873673297
        },
        {
            "start": 873673298,
            "stop": 873673317
        },
        {
            "start": 873673318,
            "stop": 873673356
        },
        {
            "start": 873673359,
            "stop": 873673366
        },
        {
            "start": 873673367,
            "stop": 873673392
        },
        {
            "start": 873673394,
            "stop": 873673485
        },
        {
            "start": 873673486,
            "stop": 873673556
        },
        {
            "start": 873673558,
            "stop": 873673563
        },
        {
            "start": 873673564,
            "stop": 873673611
        },
        {
            "start": 873673612,
            "stop": 873673649
        }
    ]
}