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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5333",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5331",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5332,
    "results": [
        {
            "start": 1137229951,
            "stop": 1137229956
        },
        {
            "start": 1137229958,
            "stop": 1137230012
        },
        {
            "start": 1137230014,
            "stop": 1137230016
        },
        {
            "start": 1137230018,
            "stop": 1137230048
        },
        {
            "start": 1137230050,
            "stop": 1137230064
        },
        {
            "start": 1137230066,
            "stop": 1137230091
        },
        {
            "start": 1137230093,
            "stop": 1137230165
        },
        {
            "start": 1137230167,
            "stop": 1137230207
        },
        {
            "start": 1137230210,
            "stop": 1137230225
        },
        {
            "start": 1137230228,
            "stop": 1137230242
        },
        {
            "start": 1137230245,
            "stop": 1137230261
        },
        {
            "start": 1137230266,
            "stop": 1137230421
        },
        {
            "start": 1137230423,
            "stop": 1137230567
        },
        {
            "start": 1137230569,
            "stop": 1137230571
        },
        {
            "start": 1137230573,
            "stop": 1137230709
        },
        {
            "start": 1137230711,
            "stop": 1137230795
        },
        {
            "start": 1137230796,
            "stop": 1137230829
        },
        {
            "start": 1137230831,
            "stop": 1137230938
        },
        {
            "start": 1137230939,
            "stop": 1137230942
        },
        {
            "start": 1137230944,
            "stop": 1137230971
        }
    ]
}