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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 35,
    "results": [
        {
            "start": 931168027,
            "stop": 931168032
        },
        {
            "start": 931168034,
            "stop": 931168054
        },
        {
            "start": 931168055,
            "stop": 931168057
        },
        {
            "start": 931168062,
            "stop": 931168073
        },
        {
            "start": 931168075,
            "stop": 931168079
        },
        {
            "start": 931168080,
            "stop": 931168082
        },
        {
            "start": 931168084,
            "stop": 931168101
        },
        {
            "start": 931172416,
            "stop": 931172883
        },
        {
            "start": 931172885,
            "stop": 931173220
        },
        {
            "start": 931173221,
            "stop": 931173636
        },
        {
            "start": 931173638,
            "stop": 931173641
        },
        {
            "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
        }
    ]
}