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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9941",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9942,
    "results": [
        {
            "start": 875058548,
            "stop": 875058663
        },
        {
            "start": 875058666,
            "stop": 875059290
        },
        {
            "start": 875059440,
            "stop": 875060100
        },
        {
            "start": 875060220,
            "stop": 875060460
        },
        {
            "start": 875060700,
            "stop": 875060752
        },
        {
            "start": 875060894,
            "stop": 875061180
        },
        {
            "start": 875061300,
            "stop": 875061900
        },
        {
            "start": 875062020,
            "stop": 875062080
        },
        {
            "start": 875062140,
            "stop": 875062189
        },
        {
            "start": 875062190,
            "stop": 875062200
        },
        {
            "start": 875062260,
            "stop": 875062320
        },
        {
            "start": 875062440,
            "stop": 875062554
        },
        {
            "start": 875062740,
            "stop": 875062800
        },
        {
            "start": 875062980,
            "stop": 875063160
        },
        {
            "start": 875063220,
            "stop": 875063460
        },
        {
            "start": 875063580,
            "stop": 875063606
        },
        {
            "start": 875063609,
            "stop": 875063704
        },
        {
            "start": 875063723,
            "stop": 875063760
        },
        {
            "start": 875063880,
            "stop": 875063940
        },
        {
            "start": 875064120,
            "stop": 875064240
        }
    ]
}