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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6084",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6085,
    "results": [
        {
            "start": 873912020,
            "stop": 873912043
        },
        {
            "start": 873912046,
            "stop": 873912058
        },
        {
            "start": 873912061,
            "stop": 873912076
        },
        {
            "start": 873912079,
            "stop": 873912082
        },
        {
            "start": 873912085,
            "stop": 873912093
        },
        {
            "start": 873912096,
            "stop": 873912098
        },
        {
            "start": 873912101,
            "stop": 873912138
        },
        {
            "start": 873912141,
            "stop": 873912143
        },
        {
            "start": 873912146,
            "stop": 873912149
        },
        {
            "start": 873912153,
            "stop": 873912178
        },
        {
            "start": 873912184,
            "stop": 873912246
        },
        {
            "start": 873912250,
            "stop": 873912271
        },
        {
            "start": 873912274,
            "stop": 873912275
        },
        {
            "start": 873912278,
            "stop": 873912300
        },
        {
            "start": 873912306,
            "stop": 873912327
        },
        {
            "start": 873939716,
            "stop": 873939995
        },
        {
            "start": 873939998,
            "stop": 873941891
        },
        {
            "start": 873941894,
            "stop": 873941895
        },
        {
            "start": 873941898,
            "stop": 873942454
        },
        {
            "start": 873942457,
            "stop": 873942907
        }
    ]
}