Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=409
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=408",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 409,
    "results": [
        {
            "start": 938439745,
            "stop": 938439751
        },
        {
            "start": 938439753,
            "stop": 938439754
        },
        {
            "start": 938439756,
            "stop": 938439757
        },
        {
            "start": 938439761,
            "stop": 938439780
        },
        {
            "start": 938439782,
            "stop": 938439790
        },
        {
            "start": 938443267,
            "stop": 938448334
        },
        {
            "start": 938451380,
            "stop": 938452208
        },
        {
            "start": 938501272,
            "stop": 938503849
        },
        {
            "start": 938533176,
            "stop": 938534411
        },
        {
            "start": 938537469,
            "stop": 938541695
        },
        {
            "start": 938597964,
            "stop": 938610721
        },
        {
            "start": 938620069,
            "stop": 938623908
        },
        {
            "start": 938629763,
            "stop": 938632347
        },
        {
            "start": 938634128,
            "stop": 938634288
        },
        {
            "start": 938636512,
            "stop": 938643088
        },
        {
            "start": 938650871,
            "stop": 938665487
        },
        {
            "start": 938665489,
            "stop": 938677412
        },
        {
            "start": 938677413,
            "stop": 938680193
        },
        {
            "start": 938681540,
            "stop": 938681633
        },
        {
            "start": 938684218,
            "stop": 938684975
        }
    ]
}