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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=109",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 110,
    "results": [
        {
            "start": 931512211,
            "stop": 931512218
        },
        {
            "start": 931512226,
            "stop": 931512265
        },
        {
            "start": 931512268,
            "stop": 931512278
        },
        {
            "start": 931512281,
            "stop": 931512293
        },
        {
            "start": 931512296,
            "stop": 931512300
        },
        {
            "start": 931512303,
            "stop": 931512310
        },
        {
            "start": 931512313,
            "stop": 931512330
        },
        {
            "start": 931512333,
            "stop": 931512334
        },
        {
            "start": 931512337,
            "stop": 931512338
        },
        {
            "start": 931512341,
            "stop": 931512352
        },
        {
            "start": 931512355,
            "stop": 931512375
        },
        {
            "start": 931512378,
            "stop": 931512381
        },
        {
            "start": 931512384,
            "stop": 931512394
        },
        {
            "start": 931512396,
            "stop": 931512412
        },
        {
            "start": 931512415,
            "stop": 931512439
        },
        {
            "start": 931512445,
            "stop": 931512448
        },
        {
            "start": 931512451,
            "stop": 931512467
        },
        {
            "start": 931512472,
            "stop": 931512485
        },
        {
            "start": 931512491,
            "stop": 931512506
        },
        {
            "start": 931512509,
            "stop": 931512530
        }
    ]
}