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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=49",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 50,
    "results": [
        {
            "start": 1173658791,
            "stop": 1173659039
        },
        {
            "start": 1173659148,
            "stop": 1173666317
        },
        {
            "start": 1173666318,
            "stop": 1173666404
        },
        {
            "start": 1173666405,
            "stop": 1173673886
        },
        {
            "start": 1173673889,
            "stop": 1173713049
        },
        {
            "start": 1173713051,
            "stop": 1173714967
        },
        {
            "start": 1173714969,
            "stop": 1173715470
        },
        {
            "start": 1173715621,
            "stop": 1173715856
        },
        {
            "start": 1173716136,
            "stop": 1173716438
        },
        {
            "start": 1173716863,
            "stop": 1173717010
        },
        {
            "start": 1173717126,
            "stop": 1173717430
        },
        {
            "start": 1173718072,
            "stop": 1173720827
        },
        {
            "start": 1173720829,
            "stop": 1173721035
        },
        {
            "start": 1173721037,
            "stop": 1173722081
        },
        {
            "start": 1173722083,
            "stop": 1173728197
        },
        {
            "start": 1173728199,
            "stop": 1173728289
        },
        {
            "start": 1173728291,
            "stop": 1173728526
        },
        {
            "start": 1173728528,
            "stop": 1173729304
        },
        {
            "start": 1173729306,
            "stop": 1173730486
        },
        {
            "start": 1173730488,
            "stop": 1173735105
        }
    ]
}