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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=638",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=636",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 637,
    "results": [
        {
            "start": 1263698802,
            "stop": 1263698930
        },
        {
            "start": 1263698933,
            "stop": 1263701931
        },
        {
            "start": 1263701939,
            "stop": 1263705857
        },
        {
            "start": 1263705860,
            "stop": 1263707640
        },
        {
            "start": 1263707643,
            "stop": 1263709584
        },
        {
            "start": 1263709587,
            "stop": 1263710656
        },
        {
            "start": 1263710659,
            "stop": 1263711478
        },
        {
            "start": 1263711481,
            "stop": 1263711697
        },
        {
            "start": 1263711700,
            "stop": 1263713729
        },
        {
            "start": 1263713732,
            "stop": 1263715312
        },
        {
            "start": 1263715315,
            "stop": 1263715496
        },
        {
            "start": 1263715506,
            "stop": 1263719605
        },
        {
            "start": 1263719608,
            "stop": 1263721410
        },
        {
            "start": 1263721418,
            "stop": 1263725114
        },
        {
            "start": 1263725117,
            "stop": 1263726308
        },
        {
            "start": 1263726311,
            "stop": 1263729344
        },
        {
            "start": 1263729347,
            "stop": 1263732281
        },
        {
            "start": 1263732284,
            "stop": 1263733786
        },
        {
            "start": 1263733789,
            "stop": 1263736036
        },
        {
            "start": 1263736039,
            "stop": 1263738846
        }
    ]
}