Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=269
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=268",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 269,
    "results": [
        {
            "start": 1174489640,
            "stop": 1174490438
        },
        {
            "start": 1174493345,
            "stop": 1174493781
        },
        {
            "start": 1174493783,
            "stop": 1174494323
        },
        {
            "start": 1174494325,
            "stop": 1174495081
        },
        {
            "start": 1174495083,
            "stop": 1174495999
        },
        {
            "start": 1174496001,
            "stop": 1174496723
        },
        {
            "start": 1174496725,
            "stop": 1174496865
        },
        {
            "start": 1174496867,
            "stop": 1174497094
        },
        {
            "start": 1174497096,
            "stop": 1174497264
        },
        {
            "start": 1174497266,
            "stop": 1174497318
        },
        {
            "start": 1174497320,
            "stop": 1174498262
        },
        {
            "start": 1174498264,
            "stop": 1174498392
        },
        {
            "start": 1174498394,
            "stop": 1174499317
        },
        {
            "start": 1174499319,
            "stop": 1174500249
        },
        {
            "start": 1174500251,
            "stop": 1174500400
        },
        {
            "start": 1174500402,
            "stop": 1174500464
        },
        {
            "start": 1174500466,
            "stop": 1174500572
        },
        {
            "start": 1174500574,
            "stop": 1174500751
        },
        {
            "start": 1174500753,
            "stop": 1174501081
        },
        {
            "start": 1174501083,
            "stop": 1174501214
        }
    ]
}