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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=14",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 15,
    "results": [
        {
            "start": 1244537372,
            "stop": 1244566327
        },
        {
            "start": 1244566465,
            "stop": 1244566494
        },
        {
            "start": 1244568254,
            "stop": 1244568746
        },
        {
            "start": 1244575527,
            "stop": 1244580332
        },
        {
            "start": 1244593947,
            "stop": 1244669435
        },
        {
            "start": 1244669640,
            "stop": 1244672221
        },
        {
            "start": 1244693651,
            "stop": 1244697896
        },
        {
            "start": 1244697943,
            "stop": 1244697958
        },
        {
            "start": 1244698008,
            "stop": 1244700180
        },
        {
            "start": 1244701320,
            "stop": 1244702027
        },
        {
            "start": 1244702169,
            "stop": 1244736806
        },
        {
            "start": 1244744921,
            "stop": 1244757112
        },
        {
            "start": 1244761794,
            "stop": 1244788130
        },
        {
            "start": 1244788213,
            "stop": 1244789400
        },
        {
            "start": 1244802792,
            "stop": 1244807593
        },
        {
            "start": 1244807673,
            "stop": 1244820721
        },
        {
            "start": 1244820811,
            "stop": 1244835563
        },
        {
            "start": 1244835706,
            "stop": 1244839270
        },
        {
            "start": 1244839428,
            "stop": 1244856444
        },
        {
            "start": 1244866699,
            "stop": 1244900041
        }
    ]
}