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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=28",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 29,
    "results": [
        {
            "start": 958934478,
            "stop": 958934590
        },
        {
            "start": 959051429,
            "stop": 959051590
        },
        {
            "start": 959168525,
            "stop": 959168638
        },
        {
            "start": 959202797,
            "stop": 959202958
        },
        {
            "start": 959207253,
            "stop": 959207366
        },
        {
            "start": 959266095,
            "stop": 959266207
        },
        {
            "start": 959308294,
            "stop": 959308447
        },
        {
            "start": 959322374,
            "stop": 959322487
        },
        {
            "start": 959330478,
            "stop": 959330591
        },
        {
            "start": 959346478,
            "stop": 959346591
        },
        {
            "start": 959353446,
            "stop": 959353559
        },
        {
            "start": 959426615,
            "stop": 959426775
        },
        {
            "start": 959495438,
            "stop": 959495599
        },
        {
            "start": 959536103,
            "stop": 959536255
        },
        {
            "start": 959606469,
            "stop": 959606630
        },
        {
            "start": 959632061,
            "stop": 959632174
        },
        {
            "start": 959636325,
            "stop": 959636438
        },
        {
            "start": 959647326,
            "stop": 959647478
        },
        {
            "start": 959696061,
            "stop": 959696174
        },
        {
            "start": 959741557,
            "stop": 959741670
        }
    ]
}