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
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "http://gwosc.org/api/v2/timelines/H1_DATA/segments?format=api&page=2",
    "previous": null,
    "results_count": 8615,
    "results_per_page": 20,
    "num_pages": 431,
    "page_number": 1,
    "results": [
        {
            "start": 815402926,
            "stop": 815403136
        },
        {
            "start": 815410857,
            "stop": 815412910
        },
        {
            "start": 815412959,
            "stop": 815414266
        },
        {
            "start": 815494115,
            "stop": 815498048
        },
        {
            "start": 815563778,
            "stop": 815571791
        },
        {
            "start": 815572952,
            "stop": 815580749
        },
        {
            "start": 815582989,
            "stop": 815585918
        },
        {
            "start": 815586326,
            "stop": 815586556
        },
        {
            "start": 815589938,
            "stop": 815590207
        },
        {
            "start": 815591958,
            "stop": 815592258
        },
        {
            "start": 815592317,
            "stop": 815592406
        },
        {
            "start": 815726352,
            "stop": 815734181
        },
        {
            "start": 815751372,
            "stop": 815758213
        },
        {
            "start": 815772558,
            "stop": 815773850
        },
        {
            "start": 815773878,
            "stop": 815775952
        },
        {
            "start": 815775960,
            "stop": 815776887
        },
        {
            "start": 815776912,
            "stop": 815777022
        },
        {
            "start": 815780978,
            "stop": 815784054
        },
        {
            "start": 815795295,
            "stop": 815795567
        },
        {
            "start": 815796003,
            "stop": 815798538
        }
    ]
}