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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=44",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 45,
    "results": [
        {
            "start": 820057713,
            "stop": 820060413
        },
        {
            "start": 820061282,
            "stop": 820062612
        },
        {
            "start": 820064109,
            "stop": 820086714
        },
        {
            "start": 820088631,
            "stop": 820100962
        },
        {
            "start": 820101665,
            "stop": 820101846
        },
        {
            "start": 820101847,
            "stop": 820101857
        },
        {
            "start": 820102282,
            "stop": 820103209
        },
        {
            "start": 820103670,
            "stop": 820106447
        },
        {
            "start": 820107036,
            "stop": 820107787
        },
        {
            "start": 820108198,
            "stop": 820108753
        },
        {
            "start": 820111320,
            "stop": 820111760
        },
        {
            "start": 820112160,
            "stop": 820114349
        },
        {
            "start": 820114669,
            "stop": 820114700
        },
        {
            "start": 820115900,
            "stop": 820121730
        },
        {
            "start": 820121731,
            "stop": 820141879
        },
        {
            "start": 820142370,
            "stop": 820147210
        },
        {
            "start": 820147610,
            "stop": 820150983
        },
        {
            "start": 820151303,
            "stop": 820151373
        },
        {
            "start": 820151773,
            "stop": 820156848
        },
        {
            "start": 820157417,
            "stop": 820161324
        }
    ]
}