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/O2/timelines/H1_BURST_CAT2/segments?format=api&page=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 49,
    "results": [
        {
            "start": 1170746868,
            "stop": 1170746908
        },
        {
            "start": 1170746914,
            "stop": 1170747003
        },
        {
            "start": 1170747014,
            "stop": 1170747129
        },
        {
            "start": 1170747136,
            "stop": 1170747156
        },
        {
            "start": 1170747161,
            "stop": 1170747242
        },
        {
            "start": 1170747246,
            "stop": 1170747291
        },
        {
            "start": 1170747297,
            "stop": 1170747461
        },
        {
            "start": 1170747468,
            "stop": 1170747515
        },
        {
            "start": 1170747521,
            "stop": 1170747568
        },
        {
            "start": 1170747576,
            "stop": 1170747744
        },
        {
            "start": 1170747764,
            "stop": 1170747787
        },
        {
            "start": 1170747792,
            "stop": 1170747816
        },
        {
            "start": 1170758965,
            "stop": 1170759289
        },
        {
            "start": 1170759293,
            "stop": 1170769363
        },
        {
            "start": 1170769366,
            "stop": 1170770926
        },
        {
            "start": 1170770929,
            "stop": 1170771674
        },
        {
            "start": 1170771678,
            "stop": 1170772165
        },
        {
            "start": 1170772172,
            "stop": 1170772207
        },
        {
            "start": 1170772232,
            "stop": 1170772333
        },
        {
            "start": 1170772356,
            "stop": 1170772440
        }
    ]
}