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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=350",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 351,
    "results": [
        {
            "start": 1182450185,
            "stop": 1182450187
        },
        {
            "start": 1182450188,
            "stop": 1182450194
        },
        {
            "start": 1182450201,
            "stop": 1182450205
        },
        {
            "start": 1182450211,
            "stop": 1182450218
        },
        {
            "start": 1182450223,
            "stop": 1182450228
        },
        {
            "start": 1182450231,
            "stop": 1182450253
        },
        {
            "start": 1182450254,
            "stop": 1182450275
        },
        {
            "start": 1182450278,
            "stop": 1182450285
        },
        {
            "start": 1182450289,
            "stop": 1182450294
        },
        {
            "start": 1182450297,
            "stop": 1182450300
        },
        {
            "start": 1182450900,
            "stop": 1182450907
        },
        {
            "start": 1182450909,
            "stop": 1182450999
        },
        {
            "start": 1182451002,
            "stop": 1182451006
        },
        {
            "start": 1182451009,
            "stop": 1182451016
        },
        {
            "start": 1182451019,
            "stop": 1182451020
        },
        {
            "start": 1182451500,
            "stop": 1182451552
        },
        {
            "start": 1182451553,
            "stop": 1182451589
        },
        {
            "start": 1182451592,
            "stop": 1182451597
        },
        {
            "start": 1182451602,
            "stop": 1182451605
        },
        {
            "start": 1182451609,
            "stop": 1182451620
        }
    ]
}