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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=330",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 331,
    "results": [
        {
            "start": 870961223,
            "stop": 870980971
        },
        {
            "start": 870982122,
            "stop": 870991627
        },
        {
            "start": 870992785,
            "stop": 871002884
        },
        {
            "start": 871002886,
            "stop": 871016615
        },
        {
            "start": 871017579,
            "stop": 871032493
        },
        {
            "start": 871034076,
            "stop": 871057169
        },
        {
            "start": 871057346,
            "stop": 871061137
        },
        {
            "start": 871061709,
            "stop": 871070463
        },
        {
            "start": 871070610,
            "stop": 871075814
        },
        {
            "start": 871076912,
            "stop": 871080547
        },
        {
            "start": 871080549,
            "stop": 871080634
        },
        {
            "start": 871080636,
            "stop": 871080641
        },
        {
            "start": 871080643,
            "stop": 871080656
        },
        {
            "start": 871080658,
            "stop": 871080665
        },
        {
            "start": 871080668,
            "stop": 871080679
        },
        {
            "start": 871080681,
            "stop": 871105384
        },
        {
            "start": 871106811,
            "stop": 871139050
        },
        {
            "start": 871155840,
            "stop": 871165895
        },
        {
            "start": 871166086,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871228551
        }
    ]
}