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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1867",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1865",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1866,
    "results": [
        {
            "start": 968297669,
            "stop": 968305571
        },
        {
            "start": 968305572,
            "stop": 968306422
        },
        {
            "start": 968306423,
            "stop": 968307043
        },
        {
            "start": 968307044,
            "stop": 968315398
        },
        {
            "start": 968315400,
            "stop": 968320992
        },
        {
            "start": 968320993,
            "stop": 968322193
        },
        {
            "start": 968322194,
            "stop": 968326464
        },
        {
            "start": 968326465,
            "stop": 968336390
        },
        {
            "start": 968339382,
            "stop": 968340776
        },
        {
            "start": 968340777,
            "stop": 968346864
        },
        {
            "start": 968346866,
            "stop": 968347156
        },
        {
            "start": 968347157,
            "stop": 968347179
        },
        {
            "start": 968347181,
            "stop": 968347184
        },
        {
            "start": 968347186,
            "stop": 968347965
        },
        {
            "start": 968347967,
            "stop": 968348125
        },
        {
            "start": 968348127,
            "stop": 968348153
        },
        {
            "start": 968348155,
            "stop": 968348269
        },
        {
            "start": 968348271,
            "stop": 968351271
        },
        {
            "start": 968351974,
            "stop": 968352620
        },
        {
            "start": 968352622,
            "stop": 968352738
        }
    ]
}