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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7250",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7251,
    "results": [
        {
            "start": 874888127,
            "stop": 874888190
        },
        {
            "start": 874888191,
            "stop": 874888195
        },
        {
            "start": 874888197,
            "stop": 874888280
        },
        {
            "start": 874888281,
            "stop": 874888434
        },
        {
            "start": 874888435,
            "stop": 874888559
        },
        {
            "start": 874888560,
            "stop": 874888902
        },
        {
            "start": 874888903,
            "stop": 874888919
        },
        {
            "start": 874888920,
            "stop": 874889424
        },
        {
            "start": 874889426,
            "stop": 874889832
        },
        {
            "start": 874889834,
            "stop": 874889978
        },
        {
            "start": 874889979,
            "stop": 874890291
        },
        {
            "start": 874890292,
            "stop": 874890433
        },
        {
            "start": 874890435,
            "stop": 874890616
        },
        {
            "start": 874890618,
            "stop": 874890878
        },
        {
            "start": 874890880,
            "stop": 874890929
        },
        {
            "start": 874890931,
            "stop": 874890953
        },
        {
            "start": 874890954,
            "stop": 874891132
        },
        {
            "start": 874891133,
            "stop": 874891433
        },
        {
            "start": 874891434,
            "stop": 874891490
        },
        {
            "start": 874891491,
            "stop": 874891733
        }
    ]
}