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_BURST_CAT2/segments?format=api&page=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=77",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 78,
    "results": [
        {
            "start": 931351188,
            "stop": 931351205
        },
        {
            "start": 931351207,
            "stop": 931351231
        },
        {
            "start": 931351235,
            "stop": 931351258
        },
        {
            "start": 931351260,
            "stop": 931351287
        },
        {
            "start": 931351306,
            "stop": 931351318
        },
        {
            "start": 931351320,
            "stop": 931351334
        },
        {
            "start": 931351335,
            "stop": 931351373
        },
        {
            "start": 931351375,
            "stop": 931351383
        },
        {
            "start": 931351386,
            "stop": 931351391
        },
        {
            "start": 931351392,
            "stop": 931351394
        },
        {
            "start": 931351396,
            "stop": 931351454
        },
        {
            "start": 931351456,
            "stop": 931351461
        },
        {
            "start": 931351463,
            "stop": 931351494
        },
        {
            "start": 931351496,
            "stop": 931351531
        },
        {
            "start": 931351532,
            "stop": 931351541
        },
        {
            "start": 931351543,
            "stop": 931351552
        },
        {
            "start": 931351553,
            "stop": 931351598
        },
        {
            "start": 931351600,
            "stop": 931351632
        },
        {
            "start": 931351636,
            "stop": 931351718
        },
        {
            "start": 931351726,
            "stop": 931351745
        }
    ]
}