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=665
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=666",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=664",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 665,
    "results": [
        {
            "start": 1264716298,
            "stop": 1264719960
        },
        {
            "start": 1264719963,
            "stop": 1264722702
        },
        {
            "start": 1264722710,
            "stop": 1264723172
        },
        {
            "start": 1264723174,
            "stop": 1264723970
        },
        {
            "start": 1264723978,
            "stop": 1264724766
        },
        {
            "start": 1264724769,
            "stop": 1264730729
        },
        {
            "start": 1264730732,
            "stop": 1264731088
        },
        {
            "start": 1264731090,
            "stop": 1264731476
        },
        {
            "start": 1264731479,
            "stop": 1264732028
        },
        {
            "start": 1264732031,
            "stop": 1264733187
        },
        {
            "start": 1264733190,
            "stop": 1264733949
        },
        {
            "start": 1264733952,
            "stop": 1264734032
        },
        {
            "start": 1264734039,
            "stop": 1264734208
        },
        {
            "start": 1264734278,
            "stop": 1264735877
        },
        {
            "start": 1264735880,
            "stop": 1264736945
        },
        {
            "start": 1264736948,
            "stop": 1264743192
        },
        {
            "start": 1264743195,
            "stop": 1264744217
        },
        {
            "start": 1264744220,
            "stop": 1264744317
        },
        {
            "start": 1264744319,
            "stop": 1264745438
        },
        {
            "start": 1264745441,
            "stop": 1264747144
        }
    ]
}