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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=168",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 169,
    "results": [
        {
            "start": 931537993,
            "stop": 931537994
        },
        {
            "start": 931537997,
            "stop": 931538000
        },
        {
            "start": 931538002,
            "stop": 931538003
        },
        {
            "start": 931538006,
            "stop": 931538007
        },
        {
            "start": 931538009,
            "stop": 931538010
        },
        {
            "start": 931538014,
            "stop": 931538017
        },
        {
            "start": 931538019,
            "stop": 931538023
        },
        {
            "start": 931538025,
            "stop": 931538026
        },
        {
            "start": 931538027,
            "stop": 931538033
        },
        {
            "start": 931538034,
            "stop": 931538042
        },
        {
            "start": 931538047,
            "stop": 931538049
        },
        {
            "start": 931538051,
            "stop": 931538052
        },
        {
            "start": 931538055,
            "stop": 931538070
        },
        {
            "start": 931538072,
            "stop": 931538073
        },
        {
            "start": 931538075,
            "stop": 931538076
        },
        {
            "start": 931538078,
            "stop": 931538080
        },
        {
            "start": 931538085,
            "stop": 931538088
        },
        {
            "start": 931538090,
            "stop": 931538096
        },
        {
            "start": 931538101,
            "stop": 931538106
        },
        {
            "start": 931538108,
            "stop": 931538111
        }
    ]
}