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=6278
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=6279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6277",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6278,
    "results": [
        {
            "start": 875084347,
            "stop": 875084371
        },
        {
            "start": 875084373,
            "stop": 875084406
        },
        {
            "start": 875084408,
            "stop": 875084500
        },
        {
            "start": 875084501,
            "stop": 875084534
        },
        {
            "start": 875084535,
            "stop": 875084540
        },
        {
            "start": 875084541,
            "stop": 875084552
        },
        {
            "start": 875091343,
            "stop": 875091419
        },
        {
            "start": 875091422,
            "stop": 875091811
        },
        {
            "start": 875091812,
            "stop": 875092397
        },
        {
            "start": 875092398,
            "stop": 875092425
        },
        {
            "start": 875092428,
            "stop": 875092441
        },
        {
            "start": 875092444,
            "stop": 875092488
        },
        {
            "start": 875092491,
            "stop": 875093350
        },
        {
            "start": 875093353,
            "stop": 875093572
        },
        {
            "start": 875093575,
            "stop": 875093913
        },
        {
            "start": 875093916,
            "stop": 875093928
        },
        {
            "start": 875093929,
            "stop": 875094500
        },
        {
            "start": 875094501,
            "stop": 875094614
        },
        {
            "start": 875094616,
            "stop": 875096526
        },
        {
            "start": 875096527,
            "stop": 875096640
        }
    ]
}