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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=14",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 15,
    "results": [
        {
            "start": 946073303,
            "stop": 946073414
        },
        {
            "start": 946082718,
            "stop": 946082831
        },
        {
            "start": 946087422,
            "stop": 946087583
        },
        {
            "start": 946114830,
            "stop": 946114943
        },
        {
            "start": 946125255,
            "stop": 946125415
        },
        {
            "start": 946139246,
            "stop": 946139359
        },
        {
            "start": 946150695,
            "stop": 946150807
        },
        {
            "start": 946158494,
            "stop": 946158607
        },
        {
            "start": 946170462,
            "stop": 946170575
        },
        {
            "start": 946193486,
            "stop": 946193599
        },
        {
            "start": 946197822,
            "stop": 946197935
        },
        {
            "start": 946205359,
            "stop": 946205471
        },
        {
            "start": 946265366,
            "stop": 946265479
        },
        {
            "start": 946287087,
            "stop": 946287199
        },
        {
            "start": 946351349,
            "stop": 946351462
        },
        {
            "start": 946356445,
            "stop": 946356558
        },
        {
            "start": 946374277,
            "stop": 946374390
        },
        {
            "start": 946381957,
            "stop": 946382110
        },
        {
            "start": 946392725,
            "stop": 946392838
        },
        {
            "start": 946402909,
            "stop": 946403022
        }
    ]
}