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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5621",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5622,
    "results": [
        {
            "start": 874464106,
            "stop": 874464159
        },
        {
            "start": 874464164,
            "stop": 874464210
        },
        {
            "start": 874464213,
            "stop": 874464281
        },
        {
            "start": 874464284,
            "stop": 874464366
        },
        {
            "start": 874464369,
            "stop": 874464635
        },
        {
            "start": 874464639,
            "stop": 874464641
        },
        {
            "start": 874464645,
            "stop": 874464793
        },
        {
            "start": 874464796,
            "stop": 874465104
        },
        {
            "start": 874465107,
            "stop": 874465137
        },
        {
            "start": 874465141,
            "stop": 874465142
        },
        {
            "start": 874465145,
            "stop": 874465149
        },
        {
            "start": 874465152,
            "stop": 874465157
        },
        {
            "start": 874465163,
            "stop": 874465171
        },
        {
            "start": 874465174,
            "stop": 874465187
        },
        {
            "start": 874465190,
            "stop": 874465218
        },
        {
            "start": 874465221,
            "stop": 874465225
        },
        {
            "start": 874465231,
            "stop": 874465260
        },
        {
            "start": 874465264,
            "stop": 874465306
        },
        {
            "start": 874465310,
            "stop": 874465329
        },
        {
            "start": 874465332,
            "stop": 874465374
        }
    ]
}