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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=6",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 7,
    "results": [
        {
            "start": 931053397,
            "stop": 931053401
        },
        {
            "start": 931053404,
            "stop": 931053410
        },
        {
            "start": 931053411,
            "stop": 931053412
        },
        {
            "start": 931053414,
            "stop": 931053415
        },
        {
            "start": 931053417,
            "stop": 931053422
        },
        {
            "start": 931053423,
            "stop": 931053433
        },
        {
            "start": 931053434,
            "stop": 931053437
        },
        {
            "start": 931053439,
            "stop": 931053444
        },
        {
            "start": 931053448,
            "stop": 931053456
        },
        {
            "start": 931053457,
            "stop": 931053461
        },
        {
            "start": 931053469,
            "stop": 931053472
        },
        {
            "start": 931053473,
            "stop": 931053477
        },
        {
            "start": 931053479,
            "stop": 931053483
        },
        {
            "start": 931053487,
            "stop": 931053488
        },
        {
            "start": 931053492,
            "stop": 931053495
        },
        {
            "start": 931053497,
            "stop": 931053498
        },
        {
            "start": 931053500,
            "stop": 931053502
        },
        {
            "start": 931053503,
            "stop": 931053508
        },
        {
            "start": 931053510,
            "stop": 931053515
        },
        {
            "start": 931053516,
            "stop": 931053519
        }
    ]
}