Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=93",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 94,
    "results": [
        {
            "start": 931507425,
            "stop": 931507475
        },
        {
            "start": 931507478,
            "stop": 931507488
        },
        {
            "start": 931507491,
            "stop": 931507505
        },
        {
            "start": 931507508,
            "stop": 931507509
        },
        {
            "start": 931507512,
            "stop": 931507515
        },
        {
            "start": 931507518,
            "stop": 931507531
        },
        {
            "start": 931507534,
            "stop": 931507552
        },
        {
            "start": 931507557,
            "stop": 931507562
        },
        {
            "start": 931507565,
            "stop": 931507566
        },
        {
            "start": 931507569,
            "stop": 931507599
        },
        {
            "start": 931507601,
            "stop": 931507610
        },
        {
            "start": 931507613,
            "stop": 931507618
        },
        {
            "start": 931507620,
            "stop": 931507644
        },
        {
            "start": 931507647,
            "stop": 931507656
        },
        {
            "start": 931507658,
            "stop": 931507661
        },
        {
            "start": 931507664,
            "stop": 931507666
        },
        {
            "start": 931507672,
            "stop": 931507703
        },
        {
            "start": 931507706,
            "stop": 931507709
        },
        {
            "start": 931507712,
            "stop": 931507718
        },
        {
            "start": 931507723,
            "stop": 931507741
        }
    ]
}