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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 32,
    "results": [
        {
            "start": 1127622898,
            "stop": 1127624828
        },
        {
            "start": 1127624835,
            "stop": 1127630899
        },
        {
            "start": 1127630900,
            "stop": 1127633803
        },
        {
            "start": 1127633810,
            "stop": 1127634250
        },
        {
            "start": 1127637592,
            "stop": 1127638706
        },
        {
            "start": 1127638707,
            "stop": 1127646327
        },
        {
            "start": 1127646328,
            "stop": 1127650039
        },
        {
            "start": 1127650046,
            "stop": 1127654608
        },
        {
            "start": 1127654615,
            "stop": 1127658698
        },
        {
            "start": 1127658706,
            "stop": 1127660831
        },
        {
            "start": 1127660838,
            "stop": 1127661170
        },
        {
            "start": 1127661177,
            "stop": 1127662003
        },
        {
            "start": 1127662011,
            "stop": 1127663664
        },
        {
            "start": 1127663672,
            "stop": 1127666873
        },
        {
            "start": 1127666880,
            "stop": 1127670202
        },
        {
            "start": 1127672509,
            "stop": 1127672621
        },
        {
            "start": 1127677444,
            "stop": 1127679407
        },
        {
            "start": 1127679415,
            "stop": 1127682859
        },
        {
            "start": 1127688849,
            "stop": 1127691507
        },
        {
            "start": 1127691508,
            "stop": 1127704084
        }
    ]
}