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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=40",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 41,
    "results": [
        {
            "start": 817037776,
            "stop": 817039791
        },
        {
            "start": 817039798,
            "stop": 817041062
        },
        {
            "start": 817041069,
            "stop": 817041505
        },
        {
            "start": 817041512,
            "stop": 817044382
        },
        {
            "start": 817044389,
            "stop": 817045787
        },
        {
            "start": 817045794,
            "stop": 817047410
        },
        {
            "start": 817047490,
            "stop": 817050285
        },
        {
            "start": 817050292,
            "stop": 817051901
        },
        {
            "start": 817051908,
            "stop": 817051924
        },
        {
            "start": 817051937,
            "stop": 817052219
        },
        {
            "start": 817052232,
            "stop": 817054410
        },
        {
            "start": 817054417,
            "stop": 817056733
        },
        {
            "start": 817056741,
            "stop": 817056757
        },
        {
            "start": 817056765,
            "stop": 817056792
        },
        {
            "start": 817056800,
            "stop": 817056836
        },
        {
            "start": 817056843,
            "stop": 817057032
        },
        {
            "start": 817057039,
            "stop": 817057100
        },
        {
            "start": 817057108,
            "stop": 817057430
        },
        {
            "start": 817057437,
            "stop": 817057621
        },
        {
            "start": 817057635,
            "stop": 817057925
        }
    ]
}