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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=311",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 312,
    "results": [
        {
            "start": 1178218427,
            "stop": 1178218716
        },
        {
            "start": 1178218717,
            "stop": 1178218725
        },
        {
            "start": 1178218726,
            "stop": 1178220364
        },
        {
            "start": 1178220368,
            "stop": 1178227438
        },
        {
            "start": 1178227441,
            "stop": 1178227456
        },
        {
            "start": 1178227457,
            "stop": 1178236957
        },
        {
            "start": 1178236958,
            "stop": 1178237256
        },
        {
            "start": 1178237257,
            "stop": 1178237696
        },
        {
            "start": 1178237697,
            "stop": 1178238010
        },
        {
            "start": 1178238014,
            "stop": 1178238037
        },
        {
            "start": 1178238043,
            "stop": 1178238873
        },
        {
            "start": 1178238876,
            "stop": 1178238926
        },
        {
            "start": 1178238930,
            "stop": 1178239499
        },
        {
            "start": 1178239500,
            "stop": 1178239678
        },
        {
            "start": 1178239680,
            "stop": 1178239927
        },
        {
            "start": 1178239929,
            "stop": 1178239930
        },
        {
            "start": 1178239931,
            "stop": 1178240038
        },
        {
            "start": 1178240041,
            "stop": 1178240174
        },
        {
            "start": 1178240175,
            "stop": 1178240248
        },
        {
            "start": 1178240249,
            "stop": 1178240403
        }
    ]
}