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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=39",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 40,
    "results": [
        {
            "start": 931176821,
            "stop": 931176830
        },
        {
            "start": 931176834,
            "stop": 931176836
        },
        {
            "start": 931176838,
            "stop": 931176846
        },
        {
            "start": 931176848,
            "stop": 931176890
        },
        {
            "start": 931176892,
            "stop": 931176925
        },
        {
            "start": 931176927,
            "stop": 931176940
        },
        {
            "start": 931176942,
            "stop": 931176996
        },
        {
            "start": 931176998,
            "stop": 931177044
        },
        {
            "start": 931177046,
            "stop": 931177087
        },
        {
            "start": 931177088,
            "stop": 931177101
        },
        {
            "start": 931177103,
            "stop": 931177116
        },
        {
            "start": 931177117,
            "stop": 931177150
        },
        {
            "start": 931177152,
            "stop": 931177185
        },
        {
            "start": 931177186,
            "stop": 931177216
        },
        {
            "start": 931177218,
            "stop": 931177221
        },
        {
            "start": 931177223,
            "stop": 931177278
        },
        {
            "start": 931177282,
            "stop": 931177291
        },
        {
            "start": 931177293,
            "stop": 931177302
        },
        {
            "start": 931177303,
            "stop": 931177329
        },
        {
            "start": 931177331,
            "stop": 931177343
        }
    ]
}