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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7610",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7608",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7609,
    "results": [
        {
            "start": 970682972,
            "stop": 970683869
        },
        {
            "start": 970683872,
            "stop": 970684435
        },
        {
            "start": 970684438,
            "stop": 970684961
        },
        {
            "start": 970684964,
            "stop": 970685130
        },
        {
            "start": 970685133,
            "stop": 970686594
        },
        {
            "start": 970686597,
            "stop": 970687031
        },
        {
            "start": 970687034,
            "stop": 970687838
        },
        {
            "start": 970687841,
            "stop": 970688627
        },
        {
            "start": 970688630,
            "stop": 970689226
        },
        {
            "start": 970689229,
            "stop": 970689645
        },
        {
            "start": 970689648,
            "stop": 970690467
        },
        {
            "start": 970690468,
            "stop": 970690578
        },
        {
            "start": 970690581,
            "stop": 970690778
        },
        {
            "start": 970690781,
            "stop": 970690899
        },
        {
            "start": 970690902,
            "stop": 970691401
        },
        {
            "start": 970691404,
            "stop": 970692093
        },
        {
            "start": 970694627,
            "stop": 970695244
        },
        {
            "start": 970695247,
            "stop": 970695326
        },
        {
            "start": 970695329,
            "stop": 970696053
        },
        {
            "start": 970696056,
            "stop": 970696400
        }
    ]
}