Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=19",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 20,
    "results": [
        {
            "start": 1399406743,
            "stop": 1399407121
        },
        {
            "start": 1399407127,
            "stop": 1399407512
        },
        {
            "start": 1399407517,
            "stop": 1399408626
        },
        {
            "start": 1399408631,
            "stop": 1399408860
        },
        {
            "start": 1399408866,
            "stop": 1399417297
        },
        {
            "start": 1399421949,
            "stop": 1399424328
        },
        {
            "start": 1399424331,
            "stop": 1399425271
        },
        {
            "start": 1399432444,
            "stop": 1399438637
        },
        {
            "start": 1399438643,
            "stop": 1399448636
        },
        {
            "start": 1399448642,
            "stop": 1399451531
        },
        {
            "start": 1399451538,
            "stop": 1399467929
        },
        {
            "start": 1399467936,
            "stop": 1399468021
        },
        {
            "start": 1399468028,
            "stop": 1399471754
        },
        {
            "start": 1399471760,
            "stop": 1399473391
        },
        {
            "start": 1399473395,
            "stop": 1399474688
        },
        {
            "start": 1399479268,
            "stop": 1399489046
        },
        {
            "start": 1399489052,
            "stop": 1399491075
        },
        {
            "start": 1399492989,
            "stop": 1399497092
        },
        {
            "start": 1399497098,
            "stop": 1399507670
        },
        {
            "start": 1399507676,
            "stop": 1399515530
        }
    ]
}