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_DATA/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/H2_DATA/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=40",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 41,
    "results": [
        {
            "start": 828504978,
            "stop": 828527910
        },
        {
            "start": 828528653,
            "stop": 828537070
        },
        {
            "start": 828537180,
            "stop": 828543699
        },
        {
            "start": 828543883,
            "stop": 828555163
        },
        {
            "start": 828557276,
            "stop": 828557954
        },
        {
            "start": 828558557,
            "stop": 828559985
        },
        {
            "start": 828562529,
            "stop": 828562532
        },
        {
            "start": 828563985,
            "stop": 828564901
        },
        {
            "start": 828564903,
            "stop": 828565381
        },
        {
            "start": 828565383,
            "stop": 828566145
        },
        {
            "start": 828567788,
            "stop": 828571434
        },
        {
            "start": 828573652,
            "stop": 828581632
        },
        {
            "start": 828582887,
            "stop": 828585154
        },
        {
            "start": 828585691,
            "stop": 828588555
        },
        {
            "start": 828589204,
            "stop": 828591294
        },
        {
            "start": 828591856,
            "stop": 828622933
        },
        {
            "start": 828623721,
            "stop": 828625684
        },
        {
            "start": 828625959,
            "stop": 828625989
        },
        {
            "start": 828706279,
            "stop": 828711169
        },
        {
            "start": 828711441,
            "stop": 828711787
        }
    ]
}