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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3280",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3281,
    "results": [
        {
            "start": 874044308,
            "stop": 874044313
        },
        {
            "start": 874044317,
            "stop": 874044328
        },
        {
            "start": 874044332,
            "stop": 874044348
        },
        {
            "start": 874044353,
            "stop": 874044358
        },
        {
            "start": 874044371,
            "stop": 874044427
        },
        {
            "start": 874044433,
            "stop": 874046824
        },
        {
            "start": 874046827,
            "stop": 874052118
        },
        {
            "start": 874052121,
            "stop": 874052340
        },
        {
            "start": 874052520,
            "stop": 874067520
        },
        {
            "start": 874067580,
            "stop": 874068420
        },
        {
            "start": 874068480,
            "stop": 874071900
        },
        {
            "start": 874071960,
            "stop": 874072093
        },
        {
            "start": 874072097,
            "stop": 874075530
        },
        {
            "start": 874075650,
            "stop": 874079984
        },
        {
            "start": 874080165,
            "stop": 874081753
        },
        {
            "start": 874081756,
            "stop": 874082580
        },
        {
            "start": 874082640,
            "stop": 874083178
        },
        {
            "start": 874083181,
            "stop": 874083305
        },
        {
            "start": 874083308,
            "stop": 874083795
        },
        {
            "start": 874083798,
            "stop": 874084800
        }
    ]
}