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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=44",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 45,
    "results": [
        {
            "start": 817274632,
            "stop": 817274767
        },
        {
            "start": 817274770,
            "stop": 817274942
        },
        {
            "start": 817274945,
            "stop": 817275326
        },
        {
            "start": 817276762,
            "stop": 817278124
        },
        {
            "start": 817278127,
            "stop": 817282861
        },
        {
            "start": 817282865,
            "stop": 817285384
        },
        {
            "start": 817285387,
            "stop": 817285653
        },
        {
            "start": 817285656,
            "stop": 817286085
        },
        {
            "start": 817286088,
            "stop": 817286246
        },
        {
            "start": 817286250,
            "stop": 817286563
        },
        {
            "start": 817286566,
            "stop": 817289322
        },
        {
            "start": 817289325,
            "stop": 817289405
        },
        {
            "start": 817289408,
            "stop": 817289575
        },
        {
            "start": 817289578,
            "stop": 817289733
        },
        {
            "start": 817289736,
            "stop": 817290076
        },
        {
            "start": 817290079,
            "stop": 817291153
        },
        {
            "start": 817291895,
            "stop": 817294024
        },
        {
            "start": 817294028,
            "stop": 817294214
        },
        {
            "start": 817294217,
            "stop": 817301675
        },
        {
            "start": 817301678,
            "stop": 817302959
        }
    ]
}