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=1086
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=1087",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1085",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1086,
    "results": [
        {
            "start": 1136395636,
            "stop": 1136395637
        },
        {
            "start": 1136395647,
            "stop": 1136395651
        },
        {
            "start": 1136395655,
            "stop": 1136395658
        },
        {
            "start": 1136395661,
            "stop": 1136395664
        },
        {
            "start": 1136395966,
            "stop": 1136395968
        },
        {
            "start": 1136396086,
            "stop": 1136396087
        },
        {
            "start": 1136396124,
            "stop": 1136396125
        },
        {
            "start": 1136396484,
            "stop": 1136396506
        },
        {
            "start": 1136396686,
            "stop": 1136396687
        },
        {
            "start": 1136396782,
            "stop": 1136396786
        },
        {
            "start": 1136396790,
            "stop": 1136396791
        },
        {
            "start": 1136396808,
            "stop": 1136396810
        },
        {
            "start": 1136396853,
            "stop": 1136396854
        },
        {
            "start": 1136396885,
            "stop": 1136396886
        },
        {
            "start": 1136397923,
            "stop": 1136397924
        },
        {
            "start": 1136398134,
            "stop": 1136398136
        },
        {
            "start": 1136398163,
            "stop": 1136398164
        },
        {
            "start": 1136398215,
            "stop": 1136398216
        },
        {
            "start": 1136398377,
            "stop": 1136398380
        },
        {
            "start": 1136398393,
            "stop": 1136398430
        }
    ]
}