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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=14",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 15,
    "results": [
        {
            "start": 1126154203,
            "stop": 1126154380
        },
        {
            "start": 1126154382,
            "stop": 1126154571
        },
        {
            "start": 1126154572,
            "stop": 1126154950
        },
        {
            "start": 1126154952,
            "stop": 1126155041
        },
        {
            "start": 1126155043,
            "stop": 1126155336
        },
        {
            "start": 1126155799,
            "stop": 1126155949
        },
        {
            "start": 1126155950,
            "stop": 1126156085
        },
        {
            "start": 1126156088,
            "stop": 1126156439
        },
        {
            "start": 1126156440,
            "stop": 1126156813
        },
        {
            "start": 1126156814,
            "stop": 1126157138
        },
        {
            "start": 1126157139,
            "stop": 1126157199
        },
        {
            "start": 1126157200,
            "stop": 1126157367
        },
        {
            "start": 1126157374,
            "stop": 1126157596
        },
        {
            "start": 1126157597,
            "stop": 1126157964
        },
        {
            "start": 1126157965,
            "stop": 1126158000
        },
        {
            "start": 1126158001,
            "stop": 1126158002
        },
        {
            "start": 1126158004,
            "stop": 1126158059
        },
        {
            "start": 1126158060,
            "stop": 1126158319
        },
        {
            "start": 1126158321,
            "stop": 1126158689
        },
        {
            "start": 1126158690,
            "stop": 1126159066
        }
    ]
}