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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=46",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 47,
    "results": [
        {
            "start": 817340296,
            "stop": 817340627
        },
        {
            "start": 817343130,
            "stop": 817343137
        },
        {
            "start": 817343143,
            "stop": 817343147
        },
        {
            "start": 817343153,
            "stop": 817343160
        },
        {
            "start": 817343175,
            "stop": 817343207
        },
        {
            "start": 817343213,
            "stop": 817345278
        },
        {
            "start": 817345281,
            "stop": 817345813
        },
        {
            "start": 817345816,
            "stop": 817345860
        },
        {
            "start": 817345920,
            "stop": 817346912
        },
        {
            "start": 817348937,
            "stop": 817350867
        },
        {
            "start": 817350871,
            "stop": 817350935
        },
        {
            "start": 817352166,
            "stop": 817353361
        },
        {
            "start": 817353587,
            "stop": 817361640
        },
        {
            "start": 817361643,
            "stop": 817362356
        },
        {
            "start": 817363929,
            "stop": 817367160
        },
        {
            "start": 817367280,
            "stop": 817370251
        },
        {
            "start": 817370255,
            "stop": 817391717
        },
        {
            "start": 817391721,
            "stop": 817398364
        },
        {
            "start": 817404620,
            "stop": 817404822
        },
        {
            "start": 817404825,
            "stop": 817404880
        }
    ]
}