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=14441
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=14442",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14440",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14441,
    "results": [
        {
            "start": 971550288,
            "stop": 971550290
        },
        {
            "start": 971550291,
            "stop": 971550300
        },
        {
            "start": 971550301,
            "stop": 971550303
        },
        {
            "start": 971550304,
            "stop": 971550306
        },
        {
            "start": 971550310,
            "stop": 971550311
        },
        {
            "start": 971550314,
            "stop": 971550317
        },
        {
            "start": 971550319,
            "stop": 971550321
        },
        {
            "start": 971550324,
            "stop": 971550330
        },
        {
            "start": 971550331,
            "stop": 971550333
        },
        {
            "start": 971550343,
            "stop": 971550345
        },
        {
            "start": 971550357,
            "stop": 971550359
        },
        {
            "start": 971550362,
            "stop": 971550364
        },
        {
            "start": 971550368,
            "stop": 971550369
        },
        {
            "start": 971550372,
            "stop": 971550373
        },
        {
            "start": 971550376,
            "stop": 971550385
        },
        {
            "start": 971550388,
            "stop": 971550394
        },
        {
            "start": 971550397,
            "stop": 971550399
        },
        {
            "start": 971550402,
            "stop": 971550404
        },
        {
            "start": 971550408,
            "stop": 971550410
        },
        {
            "start": 971550436,
            "stop": 971550437
        }
    ]
}