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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=7",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 8,
    "results": [
        {
            "start": 1165597015,
            "stop": 1165597123
        },
        {
            "start": 1165614915,
            "stop": 1165615241
        },
        {
            "start": 1165615244,
            "stop": 1165616005
        },
        {
            "start": 1165616374,
            "stop": 1165628670
        },
        {
            "start": 1165628674,
            "stop": 1165633400
        },
        {
            "start": 1165633404,
            "stop": 1165643727
        },
        {
            "start": 1165643731,
            "stop": 1165645433
        },
        {
            "start": 1165645437,
            "stop": 1165646088
        },
        {
            "start": 1165646092,
            "stop": 1165652157
        },
        {
            "start": 1165652161,
            "stop": 1165664690
        },
        {
            "start": 1165664694,
            "stop": 1165677362
        },
        {
            "start": 1165677366,
            "stop": 1165680798
        },
        {
            "start": 1165701922,
            "stop": 1165704566
        },
        {
            "start": 1165704570,
            "stop": 1165715283
        },
        {
            "start": 1165715286,
            "stop": 1165718375
        },
        {
            "start": 1165727656,
            "stop": 1165742645
        },
        {
            "start": 1165742649,
            "stop": 1165748932
        },
        {
            "start": 1165748936,
            "stop": 1165748982
        },
        {
            "start": 1165748985,
            "stop": 1165751638
        },
        {
            "start": 1165753457,
            "stop": 1165769184
        }
    ]
}