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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14455",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14453",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14454,
    "results": [
        {
            "start": 971561044,
            "stop": 971561060
        },
        {
            "start": 971561063,
            "stop": 971561073
        },
        {
            "start": 971561074,
            "stop": 971561075
        },
        {
            "start": 971561076,
            "stop": 971561078
        },
        {
            "start": 971561080,
            "stop": 971561084
        },
        {
            "start": 971561086,
            "stop": 971561091
        },
        {
            "start": 971561092,
            "stop": 971561098
        },
        {
            "start": 971561099,
            "stop": 971561139
        },
        {
            "start": 971561140,
            "stop": 971561144
        },
        {
            "start": 971561147,
            "stop": 971561155
        },
        {
            "start": 971561156,
            "stop": 971561162
        },
        {
            "start": 971561166,
            "stop": 971561174
        },
        {
            "start": 971561176,
            "stop": 971561177
        },
        {
            "start": 971561184,
            "stop": 971561186
        },
        {
            "start": 971561187,
            "stop": 971561189
        },
        {
            "start": 971561190,
            "stop": 971561195
        },
        {
            "start": 971561198,
            "stop": 971561215
        },
        {
            "start": 971561216,
            "stop": 971561226
        },
        {
            "start": 971561227,
            "stop": 971561230
        },
        {
            "start": 971561232,
            "stop": 971561243
        }
    ]
}