Return the segments for a given timeline across all runs.

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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/timelines/H1_DATA/segments?format=api&page=430",
    "results_count": 8615,
    "results_per_page": 20,
    "num_pages": 431,
    "page_number": 431,
    "results": [
        {
            "start": 1268825843,
            "stop": 1268840534
        },
        {
            "start": 1268840752,
            "stop": 1268930493
        },
        {
            "start": 1268935770,
            "stop": 1268953675
        },
        {
            "start": 1268963390,
            "stop": 1268982912
        },
        {
            "start": 1268983007,
            "stop": 1269021617
        },
        {
            "start": 1269027017,
            "stop": 1269035369
        },
        {
            "start": 1269035504,
            "stop": 1269086579
        },
        {
            "start": 1269091658,
            "stop": 1269096522
        },
        {
            "start": 1269114550,
            "stop": 1269140331
        },
        {
            "start": 1269155510,
            "stop": 1269198848
        },
        {
            "start": 1269198850,
            "stop": 1269220459
        },
        {
            "start": 1269229591,
            "stop": 1269277120
        },
        {
            "start": 1269288626,
            "stop": 1269296489
        },
        {
            "start": 1269296653,
            "stop": 1269299246
        },
        {
            "start": 1269305892,
            "stop": 1269363618
        }
    ]
}