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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=45",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 46,
    "results": [
        {
            "start": 931172775,
            "stop": 931172883
        },
        {
            "start": 931172885,
            "stop": 931172903
        },
        {
            "start": 931172904,
            "stop": 931172924
        },
        {
            "start": 931172925,
            "stop": 931172990
        },
        {
            "start": 931172991,
            "stop": 931173032
        },
        {
            "start": 931173033,
            "stop": 931173135
        },
        {
            "start": 931173136,
            "stop": 931173220
        },
        {
            "start": 931173221,
            "stop": 931173251
        },
        {
            "start": 931173252,
            "stop": 931173342
        },
        {
            "start": 931173343,
            "stop": 931173597
        },
        {
            "start": 931173598,
            "stop": 931173626
        },
        {
            "start": 931174465,
            "stop": 931174466
        },
        {
            "start": 931174471,
            "stop": 931174487
        },
        {
            "start": 931174493,
            "stop": 931174495
        },
        {
            "start": 931174508,
            "stop": 931174515
        },
        {
            "start": 931174519,
            "stop": 931174522
        },
        {
            "start": 931174524,
            "stop": 931174525
        },
        {
            "start": 931174529,
            "stop": 931174539
        },
        {
            "start": 931174549,
            "stop": 931174556
        },
        {
            "start": 931174557,
            "stop": 931174558
        }
    ]
}