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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=58",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 59,
    "results": [
        {
            "start": 1171924947,
            "stop": 1171929222
        },
        {
            "start": 1171929225,
            "stop": 1171930921
        },
        {
            "start": 1171930924,
            "stop": 1171932684
        },
        {
            "start": 1171932687,
            "stop": 1171938329
        },
        {
            "start": 1171938333,
            "stop": 1171939747
        },
        {
            "start": 1171939786,
            "stop": 1171974803
        },
        {
            "start": 1171978557,
            "stop": 1171986778
        },
        {
            "start": 1171986782,
            "stop": 1171989132
        },
        {
            "start": 1171989137,
            "stop": 1171992471
        },
        {
            "start": 1172024211,
            "stop": 1172026558
        },
        {
            "start": 1172026559,
            "stop": 1172027176
        },
        {
            "start": 1172027177,
            "stop": 1172029747
        },
        {
            "start": 1172029754,
            "stop": 1172029791
        },
        {
            "start": 1172029792,
            "stop": 1172031970
        },
        {
            "start": 1172031976,
            "stop": 1172032371
        },
        {
            "start": 1172032378,
            "stop": 1172032390
        },
        {
            "start": 1172032394,
            "stop": 1172032397
        },
        {
            "start": 1172032401,
            "stop": 1172032540
        },
        {
            "start": 1172032541,
            "stop": 1172032574
        },
        {
            "start": 1172032576,
            "stop": 1172032746
        }
    ]
}