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=5337
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=5338",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5336",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5337,
    "results": [
        {
            "start": 1137238427,
            "stop": 1137238546
        },
        {
            "start": 1137238548,
            "stop": 1137238664
        },
        {
            "start": 1137238666,
            "stop": 1137238701
        },
        {
            "start": 1137238703,
            "stop": 1137238719
        },
        {
            "start": 1137238721,
            "stop": 1137238858
        },
        {
            "start": 1137238860,
            "stop": 1137238991
        },
        {
            "start": 1137238993,
            "stop": 1137239018
        },
        {
            "start": 1137239020,
            "stop": 1137239021
        },
        {
            "start": 1137239023,
            "stop": 1137239214
        },
        {
            "start": 1137239215,
            "stop": 1137239265
        },
        {
            "start": 1137239266,
            "stop": 1137239268
        },
        {
            "start": 1137239270,
            "stop": 1137239282
        },
        {
            "start": 1137239290,
            "stop": 1137239432
        },
        {
            "start": 1137239434,
            "stop": 1137239436
        },
        {
            "start": 1137239438,
            "stop": 1137239608
        },
        {
            "start": 1137239612,
            "stop": 1137239760
        },
        {
            "start": 1137239762,
            "stop": 1137240182
        },
        {
            "start": 1137240186,
            "stop": 1137240275
        },
        {
            "start": 1137240277,
            "stop": 1137240278
        },
        {
            "start": 1137240280,
            "stop": 1137240351
        }
    ]
}