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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=292",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 293,
    "results": [
        {
            "start": 932477266,
            "stop": 932483666
        },
        {
            "start": 932483668,
            "stop": 932485081
        },
        {
            "start": 932485084,
            "stop": 932485777
        },
        {
            "start": 932485779,
            "stop": 932486014
        },
        {
            "start": 932486015,
            "stop": 932486592
        },
        {
            "start": 932486594,
            "stop": 932486749
        },
        {
            "start": 932486752,
            "stop": 932486958
        },
        {
            "start": 932486959,
            "stop": 932486969
        },
        {
            "start": 932492038,
            "stop": 932494808
        },
        {
            "start": 932495918,
            "stop": 932496499
        },
        {
            "start": 932498631,
            "stop": 932504662
        },
        {
            "start": 932505817,
            "stop": 932521140
        },
        {
            "start": 932521942,
            "stop": 932522260
        },
        {
            "start": 932524282,
            "stop": 932525215
        },
        {
            "start": 932526160,
            "stop": 932529575
        },
        {
            "start": 932530779,
            "stop": 932532780
        },
        {
            "start": 932532783,
            "stop": 932537327
        },
        {
            "start": 932540797,
            "stop": 932547500
        },
        {
            "start": 932550889,
            "stop": 932559582
        },
        {
            "start": 932562483,
            "stop": 932562506
        }
    ]
}