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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1081",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1079",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1080,
    "results": [
        {
            "start": 1136393208,
            "stop": 1136393210
        },
        {
            "start": 1136393213,
            "stop": 1136393217
        },
        {
            "start": 1136393224,
            "stop": 1136393230
        },
        {
            "start": 1136393234,
            "stop": 1136393236
        },
        {
            "start": 1136393294,
            "stop": 1136393295
        },
        {
            "start": 1136393547,
            "stop": 1136393548
        },
        {
            "start": 1136393551,
            "stop": 1136393552
        },
        {
            "start": 1136393577,
            "stop": 1136393578
        },
        {
            "start": 1136393581,
            "stop": 1136393582
        },
        {
            "start": 1136393585,
            "stop": 1136393586
        },
        {
            "start": 1136393589,
            "stop": 1136393590
        },
        {
            "start": 1136393607,
            "stop": 1136393614
        },
        {
            "start": 1136393617,
            "stop": 1136393618
        },
        {
            "start": 1136393622,
            "stop": 1136393632
        },
        {
            "start": 1136393636,
            "stop": 1136393646
        },
        {
            "start": 1136393654,
            "stop": 1136393662
        },
        {
            "start": 1136393666,
            "stop": 1136393670
        },
        {
            "start": 1136393674,
            "stop": 1136393680
        },
        {
            "start": 1136393683,
            "stop": 1136393688
        },
        {
            "start": 1136393694,
            "stop": 1136393697
        }
    ]
}