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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=489",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=487",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 488,
    "results": [
        {
            "start": 1184543341,
            "stop": 1184543350
        },
        {
            "start": 1184543353,
            "stop": 1184544031
        },
        {
            "start": 1184544034,
            "stop": 1184544042
        },
        {
            "start": 1184544045,
            "stop": 1184544046
        },
        {
            "start": 1184544049,
            "stop": 1184544050
        },
        {
            "start": 1184544053,
            "stop": 1184544054
        },
        {
            "start": 1184544056,
            "stop": 1184544058
        },
        {
            "start": 1184544063,
            "stop": 1184544331
        },
        {
            "start": 1184544335,
            "stop": 1184544351
        },
        {
            "start": 1184544353,
            "stop": 1184545128
        },
        {
            "start": 1184545132,
            "stop": 1184545134
        },
        {
            "start": 1184545137,
            "stop": 1184545138
        },
        {
            "start": 1184545141,
            "stop": 1184545758
        },
        {
            "start": 1184545761,
            "stop": 1184545766
        },
        {
            "start": 1184545769,
            "stop": 1184546266
        },
        {
            "start": 1184546268,
            "stop": 1184546269
        },
        {
            "start": 1184546272,
            "stop": 1184548079
        },
        {
            "start": 1184548081,
            "stop": 1184548085
        },
        {
            "start": 1184548094,
            "stop": 1184551138
        },
        {
            "start": 1184551142,
            "stop": 1184551439
        }
    ]
}