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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=94",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 95,
    "results": [
        {
            "start": 828474820,
            "stop": 828475343
        },
        {
            "start": 828477517,
            "stop": 828485083
        },
        {
            "start": 828485483,
            "stop": 828485511
        },
        {
            "start": 828485831,
            "stop": 828486466
        },
        {
            "start": 828489140,
            "stop": 828490547
        },
        {
            "start": 828490947,
            "stop": 828490983
        },
        {
            "start": 828491303,
            "stop": 828500247
        },
        {
            "start": 828500764,
            "stop": 828503034
        },
        {
            "start": 828505150,
            "stop": 828511011
        },
        {
            "start": 828511411,
            "stop": 828527881
        },
        {
            "start": 828528653,
            "stop": 828537070
        },
        {
            "start": 828537180,
            "stop": 828543699
        },
        {
            "start": 828543883,
            "stop": 828551754
        },
        {
            "start": 828552074,
            "stop": 828554766
        },
        {
            "start": 828557276,
            "stop": 828557954
        },
        {
            "start": 828558557,
            "stop": 828559985
        },
        {
            "start": 828562529,
            "stop": 828562532
        },
        {
            "start": 828563985,
            "stop": 828564901
        },
        {
            "start": 828564903,
            "stop": 828565381
        },
        {
            "start": 828565383,
            "stop": 828566145
        }
    ]
}