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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=11",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 12,
    "results": [
        {
            "start": 859855544,
            "stop": 859906504
        },
        {
            "start": 859925518,
            "stop": 860060044
        },
        {
            "start": 860172119,
            "stop": 860201224
        },
        {
            "start": 860201518,
            "stop": 860290158
        },
        {
            "start": 860290318,
            "stop": 860820004
        },
        {
            "start": 862165141,
            "stop": 862791715
        },
        {
            "start": 862791719,
            "stop": 862792034
        },
        {
            "start": 862792319,
            "stop": 862792475
        },
        {
            "start": 862793518,
            "stop": 862793630
        },
        {
            "start": 862794118,
            "stop": 862794251
        },
        {
            "start": 862794719,
            "stop": 862795228
        },
        {
            "start": 862795319,
            "stop": 862795973
        },
        {
            "start": 862796518,
            "stop": 862797862
        },
        {
            "start": 862798318,
            "stop": 862804359
        },
        {
            "start": 862804918,
            "stop": 863283675
        },
        {
            "start": 864493230,
            "stop": 865104649
        },
        {
            "start": 865106519,
            "stop": 865108864
        },
        {
            "start": 865108904,
            "stop": 865265264
        },
        {
            "start": 865272066,
            "stop": 865620064
        },
        {
            "start": 865622742,
            "stop": 865706757
        }
    ]
}