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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1955",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1953",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1954,
    "results": [
        {
            "start": 1253010548,
            "stop": 1253010649
        },
        {
            "start": 1253010652,
            "stop": 1253011565
        },
        {
            "start": 1253011568,
            "stop": 1253012259
        },
        {
            "start": 1253012260,
            "stop": 1253012506
        },
        {
            "start": 1253012507,
            "stop": 1253012549
        },
        {
            "start": 1253012551,
            "stop": 1253012567
        },
        {
            "start": 1253012568,
            "stop": 1253013459
        },
        {
            "start": 1253013462,
            "stop": 1253020892
        },
        {
            "start": 1253020894,
            "stop": 1253021503
        },
        {
            "start": 1253021506,
            "stop": 1253023478
        },
        {
            "start": 1253023481,
            "stop": 1253024145
        },
        {
            "start": 1253024149,
            "stop": 1253025297
        },
        {
            "start": 1253025300,
            "stop": 1253026259
        },
        {
            "start": 1253026262,
            "stop": 1253030036
        },
        {
            "start": 1253030038,
            "stop": 1253030464
        },
        {
            "start": 1253030466,
            "stop": 1253032413
        },
        {
            "start": 1253032415,
            "stop": 1253032957
        },
        {
            "start": 1253032960,
            "stop": 1253032966
        },
        {
            "start": 1253032968,
            "stop": 1253033436
        },
        {
            "start": 1253033439,
            "stop": 1253034412
        }
    ]
}