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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=30",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 31,
    "results": [
        {
            "start": 1126295768,
            "stop": 1126295935
        },
        {
            "start": 1126295937,
            "stop": 1126295960
        },
        {
            "start": 1126295961,
            "stop": 1126296049
        },
        {
            "start": 1126296050,
            "stop": 1126296295
        },
        {
            "start": 1126296297,
            "stop": 1126296363
        },
        {
            "start": 1126296365,
            "stop": 1126296367
        },
        {
            "start": 1126296369,
            "stop": 1126296398
        },
        {
            "start": 1126296399,
            "stop": 1126296783
        },
        {
            "start": 1126296784,
            "stop": 1126296801
        },
        {
            "start": 1126296802,
            "stop": 1126296834
        },
        {
            "start": 1126296836,
            "stop": 1126296899
        },
        {
            "start": 1126296902,
            "stop": 1126296904
        },
        {
            "start": 1126296906,
            "stop": 1126297138
        },
        {
            "start": 1126297139,
            "stop": 1126297223
        },
        {
            "start": 1126297224,
            "stop": 1126297296
        },
        {
            "start": 1126297298,
            "stop": 1126297356
        },
        {
            "start": 1126297358,
            "stop": 1126297400
        },
        {
            "start": 1126297402,
            "stop": 1126297513
        },
        {
            "start": 1126297514,
            "stop": 1126297650
        },
        {
            "start": 1126297652,
            "stop": 1126297654
        }
    ]
}