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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=177",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 178,
    "results": [
        {
            "start": 1258761143,
            "stop": 1258761145
        },
        {
            "start": 1258761147,
            "stop": 1258761158
        },
        {
            "start": 1258761160,
            "stop": 1258761182
        },
        {
            "start": 1258761186,
            "stop": 1258761348
        },
        {
            "start": 1258761351,
            "stop": 1258761487
        },
        {
            "start": 1258761490,
            "stop": 1258761571
        },
        {
            "start": 1258761573,
            "stop": 1258761575
        },
        {
            "start": 1258761576,
            "stop": 1258761676
        },
        {
            "start": 1258761679,
            "stop": 1258761879
        },
        {
            "start": 1258761882,
            "stop": 1258761920
        },
        {
            "start": 1258761923,
            "stop": 1258762052
        },
        {
            "start": 1258762055,
            "stop": 1258762237
        },
        {
            "start": 1258762240,
            "stop": 1258762427
        },
        {
            "start": 1258762433,
            "stop": 1258762808
        },
        {
            "start": 1258762811,
            "stop": 1258762891
        },
        {
            "start": 1258762894,
            "stop": 1258763033
        },
        {
            "start": 1258763036,
            "stop": 1258763099
        },
        {
            "start": 1258763102,
            "stop": 1258763857
        },
        {
            "start": 1258763860,
            "stop": 1258764221
        },
        {
            "start": 1258764224,
            "stop": 1258765600
        }
    ]
}