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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=16",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 17,
    "results": [
        {
            "start": 1126162719,
            "stop": 1126162815
        },
        {
            "start": 1126162817,
            "stop": 1126163147
        },
        {
            "start": 1126163148,
            "stop": 1126163201
        },
        {
            "start": 1126163202,
            "stop": 1126163585
        },
        {
            "start": 1126163586,
            "stop": 1126163919
        },
        {
            "start": 1126163921,
            "stop": 1126163951
        },
        {
            "start": 1126163953,
            "stop": 1126163990
        },
        {
            "start": 1126163991,
            "stop": 1126163997
        },
        {
            "start": 1126163999,
            "stop": 1126164335
        },
        {
            "start": 1126164336,
            "stop": 1126164703
        },
        {
            "start": 1126164704,
            "stop": 1126164921
        },
        {
            "start": 1126164923,
            "stop": 1126165086
        },
        {
            "start": 1126165087,
            "stop": 1126165340
        },
        {
            "start": 1126165347,
            "stop": 1126165475
        },
        {
            "start": 1126165476,
            "stop": 1126165584
        },
        {
            "start": 1126165585,
            "stop": 1126165594
        },
        {
            "start": 1126165595,
            "stop": 1126165836
        },
        {
            "start": 1126165838,
            "stop": 1126165848
        },
        {
            "start": 1126165849,
            "stop": 1126165857
        },
        {
            "start": 1126165859,
            "stop": 1126165997
        }
    ]
}