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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=39",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 40,
    "results": [
        {
            "start": 966804302,
            "stop": 966804414
        },
        {
            "start": 966831493,
            "stop": 966831606
        },
        {
            "start": 966854142,
            "stop": 966854302
        },
        {
            "start": 966868078,
            "stop": 966868190
        },
        {
            "start": 966876549,
            "stop": 966876662
        },
        {
            "start": 966940566,
            "stop": 966940678
        },
        {
            "start": 966974918,
            "stop": 966975030
        },
        {
            "start": 966990870,
            "stop": 966990982
        },
        {
            "start": 967019942,
            "stop": 967020054
        },
        {
            "start": 967025517,
            "stop": 967025630
        },
        {
            "start": 967069862,
            "stop": 967069974
        },
        {
            "start": 967078005,
            "stop": 967078118
        },
        {
            "start": 967084166,
            "stop": 967084278
        },
        {
            "start": 967112206,
            "stop": 967112318
        },
        {
            "start": 967118717,
            "stop": 967118878
        },
        {
            "start": 967140493,
            "stop": 967140606
        },
        {
            "start": 967150205,
            "stop": 967150318
        },
        {
            "start": 967205926,
            "stop": 967206038
        },
        {
            "start": 967227254,
            "stop": 967227366
        },
        {
            "start": 967235293,
            "stop": 967235406
        }
    ]
}