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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5,
    "results": [
        {
            "start": 1126087432,
            "stop": 1126087503
        },
        {
            "start": 1126087504,
            "stop": 1126087840
        },
        {
            "start": 1126087841,
            "stop": 1126088182
        },
        {
            "start": 1126088183,
            "stop": 1126088549
        },
        {
            "start": 1126088551,
            "stop": 1126088913
        },
        {
            "start": 1126088914,
            "stop": 1126089240
        },
        {
            "start": 1126089241,
            "stop": 1126089267
        },
        {
            "start": 1126089268,
            "stop": 1126089556
        },
        {
            "start": 1126089557,
            "stop": 1126089768
        },
        {
            "start": 1126089776,
            "stop": 1126089882
        },
        {
            "start": 1126089883,
            "stop": 1126090229
        },
        {
            "start": 1126090230,
            "stop": 1126090565
        },
        {
            "start": 1126090566,
            "stop": 1126090597
        },
        {
            "start": 1126090601,
            "stop": 1126090632
        },
        {
            "start": 1126090635,
            "stop": 1126090921
        },
        {
            "start": 1126090922,
            "stop": 1126091291
        },
        {
            "start": 1126091292,
            "stop": 1126091643
        },
        {
            "start": 1126091644,
            "stop": 1126091870
        },
        {
            "start": 1126091872,
            "stop": 1126091977
        },
        {
            "start": 1126091979,
            "stop": 1126092306
        }
    ]
}