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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5254",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5252",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5253,
    "results": [
        {
            "start": 1137062331,
            "stop": 1137062357
        },
        {
            "start": 1137062359,
            "stop": 1137062360
        },
        {
            "start": 1137062366,
            "stop": 1137062367
        },
        {
            "start": 1137062370,
            "stop": 1137062427
        },
        {
            "start": 1137062429,
            "stop": 1137062431
        },
        {
            "start": 1137062433,
            "stop": 1137062475
        },
        {
            "start": 1137062477,
            "stop": 1137062484
        },
        {
            "start": 1137062485,
            "stop": 1137062500
        },
        {
            "start": 1137062502,
            "stop": 1137062542
        },
        {
            "start": 1137062544,
            "stop": 1137062571
        },
        {
            "start": 1137062573,
            "stop": 1137062597
        },
        {
            "start": 1137062599,
            "stop": 1137062601
        },
        {
            "start": 1137062604,
            "stop": 1137062625
        },
        {
            "start": 1137062628,
            "stop": 1137062644
        },
        {
            "start": 1137062646,
            "stop": 1137062653
        },
        {
            "start": 1137062654,
            "stop": 1137062658
        },
        {
            "start": 1137062660,
            "stop": 1137062668
        },
        {
            "start": 1137062672,
            "stop": 1137062734
        },
        {
            "start": 1137062735,
            "stop": 1137062756
        },
        {
            "start": 1137062759,
            "stop": 1137062781
        }
    ]
}