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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 1,
    "results": [
        {
            "start": 815402926,
            "stop": 815403134
        },
        {
            "start": 815410857,
            "stop": 815412894
        },
        {
            "start": 815412901,
            "stop": 815412910
        },
        {
            "start": 815412959,
            "stop": 815414266
        },
        {
            "start": 815494115,
            "stop": 815494942
        },
        {
            "start": 815494955,
            "stop": 815498048
        },
        {
            "start": 815563778,
            "stop": 815570255
        },
        {
            "start": 815570267,
            "stop": 815571791
        },
        {
            "start": 815572952,
            "stop": 815580746
        },
        {
            "start": 815582989,
            "stop": 815585328
        },
        {
            "start": 815585335,
            "stop": 815585916
        },
        {
            "start": 815586326,
            "stop": 815586443
        },
        {
            "start": 815586451,
            "stop": 815586553
        },
        {
            "start": 815589938,
            "stop": 815590207
        },
        {
            "start": 815591958,
            "stop": 815592254
        },
        {
            "start": 815592317,
            "stop": 815592383
        },
        {
            "start": 815592390,
            "stop": 815592406
        },
        {
            "start": 815726352,
            "stop": 815726827
        },
        {
            "start": 815726835,
            "stop": 815734181
        },
        {
            "start": 815751372,
            "stop": 815753031
        }
    ]
}