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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=51",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 52,
    "results": [
        {
            "start": 931498484,
            "stop": 931498488
        },
        {
            "start": 931498492,
            "stop": 931498493
        },
        {
            "start": 931498501,
            "stop": 931498502
        },
        {
            "start": 931498505,
            "stop": 931498513
        },
        {
            "start": 931498516,
            "stop": 931498524
        },
        {
            "start": 931498530,
            "stop": 931498531
        },
        {
            "start": 931498534,
            "stop": 931498537
        },
        {
            "start": 931498541,
            "stop": 931498551
        },
        {
            "start": 931498553,
            "stop": 931498561
        },
        {
            "start": 931498564,
            "stop": 931498565
        },
        {
            "start": 931498568,
            "stop": 931498579
        },
        {
            "start": 931498582,
            "stop": 931498588
        },
        {
            "start": 931498593,
            "stop": 931498603
        },
        {
            "start": 931498606,
            "stop": 931498612
        },
        {
            "start": 931498615,
            "stop": 931498618
        },
        {
            "start": 931498621,
            "stop": 931498624
        },
        {
            "start": 931498627,
            "stop": 931498654
        },
        {
            "start": 931498659,
            "stop": 931498660
        },
        {
            "start": 931498663,
            "stop": 931498664
        },
        {
            "start": 931498666,
            "stop": 931498672
        }
    ]
}