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=660
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=661",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=659",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 660,
    "results": [
        {
            "start": 1264548256,
            "stop": 1264548925
        },
        {
            "start": 1264548928,
            "stop": 1264549104
        },
        {
            "start": 1264549107,
            "stop": 1264549792
        },
        {
            "start": 1264549795,
            "stop": 1264549799
        },
        {
            "start": 1264549800,
            "stop": 1264549808
        },
        {
            "start": 1264549809,
            "stop": 1264549819
        },
        {
            "start": 1264549820,
            "stop": 1264550420
        },
        {
            "start": 1264550423,
            "stop": 1264550879
        },
        {
            "start": 1264550887,
            "stop": 1264551045
        },
        {
            "start": 1264551048,
            "stop": 1264551330
        },
        {
            "start": 1264551334,
            "stop": 1264551893
        },
        {
            "start": 1264551896,
            "stop": 1264552067
        },
        {
            "start": 1264552070,
            "stop": 1264553578
        },
        {
            "start": 1264553581,
            "stop": 1264555099
        },
        {
            "start": 1264555102,
            "stop": 1264559076
        },
        {
            "start": 1264559079,
            "stop": 1264562650
        },
        {
            "start": 1264562652,
            "stop": 1264566321
        },
        {
            "start": 1264566324,
            "stop": 1264567235
        },
        {
            "start": 1264567238,
            "stop": 1264568467
        },
        {
            "start": 1264568681,
            "stop": 1264569499
        }
    ]
}