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=6081
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=6082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6080",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6081,
    "results": [
        {
            "start": 873908635,
            "stop": 873908871
        },
        {
            "start": 873908874,
            "stop": 873908876
        },
        {
            "start": 873908879,
            "stop": 873908885
        },
        {
            "start": 873908890,
            "stop": 873908914
        },
        {
            "start": 873908915,
            "stop": 873908920
        },
        {
            "start": 873908921,
            "stop": 873909087
        },
        {
            "start": 873909090,
            "stop": 873909097
        },
        {
            "start": 873909100,
            "stop": 873909102
        },
        {
            "start": 873909105,
            "stop": 873909120
        },
        {
            "start": 873909123,
            "stop": 873909129
        },
        {
            "start": 873909132,
            "stop": 873909179
        },
        {
            "start": 873909180,
            "stop": 873909283
        },
        {
            "start": 873909286,
            "stop": 873909422
        },
        {
            "start": 873909427,
            "stop": 873909430
        },
        {
            "start": 873909434,
            "stop": 873909435
        },
        {
            "start": 873909439,
            "stop": 873909579
        },
        {
            "start": 873909582,
            "stop": 873909585
        },
        {
            "start": 873909588,
            "stop": 873909671
        },
        {
            "start": 873909674,
            "stop": 873909700
        },
        {
            "start": 873909703,
            "stop": 873909725
        }
    ]
}