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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=11",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 12,
    "results": [
        {
            "start": 1126885937,
            "stop": 1126886117
        },
        {
            "start": 1126886177,
            "stop": 1126886477
        },
        {
            "start": 1126886537,
            "stop": 1126886597
        },
        {
            "start": 1126886777,
            "stop": 1126886878
        },
        {
            "start": 1126886879,
            "stop": 1126886897
        },
        {
            "start": 1126887137,
            "stop": 1126887677
        },
        {
            "start": 1126887977,
            "stop": 1126888037
        },
        {
            "start": 1126888397,
            "stop": 1126888457
        },
        {
            "start": 1126888517,
            "stop": 1126888577
        },
        {
            "start": 1126888637,
            "stop": 1126893227
        },
        {
            "start": 1126907957,
            "stop": 1126909037
        },
        {
            "start": 1126910657,
            "stop": 1126914257
        },
        {
            "start": 1126915037,
            "stop": 1126915097
        },
        {
            "start": 1126915157,
            "stop": 1126915782
        },
        {
            "start": 1126918131,
            "stop": 1126918980
        },
        {
            "start": 1126918982,
            "stop": 1126919009
        },
        {
            "start": 1126919010,
            "stop": 1126927457
        },
        {
            "start": 1126927577,
            "stop": 1126928357
        },
        {
            "start": 1126928477,
            "stop": 1126932377
        },
        {
            "start": 1126932497,
            "stop": 1126934402
        }
    ]
}