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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=176",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 177,
    "results": [
        {
            "start": 1135781924,
            "stop": 1135784537
        },
        {
            "start": 1135784539,
            "stop": 1135785769
        },
        {
            "start": 1135785777,
            "stop": 1135788801
        },
        {
            "start": 1135788803,
            "stop": 1135790026
        },
        {
            "start": 1135790034,
            "stop": 1135790580
        },
        {
            "start": 1135790582,
            "stop": 1135792530
        },
        {
            "start": 1135792538,
            "stop": 1135792974
        },
        {
            "start": 1135792976,
            "stop": 1135796595
        },
        {
            "start": 1135796603,
            "stop": 1135801115
        },
        {
            "start": 1135801123,
            "stop": 1135803082
        },
        {
            "start": 1135803092,
            "stop": 1135807340
        },
        {
            "start": 1135807342,
            "stop": 1135808571
        },
        {
            "start": 1135808579,
            "stop": 1135809683
        },
        {
            "start": 1135809685,
            "stop": 1135810354
        },
        {
            "start": 1135810356,
            "stop": 1135812556
        },
        {
            "start": 1135812564,
            "stop": 1135814831
        },
        {
            "start": 1135814839,
            "stop": 1135818273
        },
        {
            "start": 1135818275,
            "stop": 1135823551
        },
        {
            "start": 1135823553,
            "stop": 1135824334
        },
        {
            "start": 1135824336,
            "stop": 1135834295
        }
    ]
}