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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=41",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 42,
    "results": [
        {
            "start": 931180269,
            "stop": 931180310
        },
        {
            "start": 931180312,
            "stop": 931180344
        },
        {
            "start": 931180346,
            "stop": 931180471
        },
        {
            "start": 931180473,
            "stop": 931180499
        },
        {
            "start": 931180500,
            "stop": 931180550
        },
        {
            "start": 931180552,
            "stop": 931180598
        },
        {
            "start": 931180600,
            "stop": 931180727
        },
        {
            "start": 931180729,
            "stop": 931180906
        },
        {
            "start": 931180908,
            "stop": 931180922
        },
        {
            "start": 931180924,
            "stop": 931180925
        },
        {
            "start": 931180926,
            "stop": 931180950
        },
        {
            "start": 931180952,
            "stop": 931180986
        },
        {
            "start": 931180988,
            "stop": 931180991
        },
        {
            "start": 931180992,
            "stop": 931181001
        },
        {
            "start": 931181002,
            "stop": 931181017
        },
        {
            "start": 931181019,
            "stop": 931181063
        },
        {
            "start": 931181065,
            "stop": 931181099
        },
        {
            "start": 931181100,
            "stop": 931181104
        },
        {
            "start": 931181106,
            "stop": 931181113
        },
        {
            "start": 931181114,
            "stop": 931181180
        }
    ]
}