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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 31,
    "results": [
        {
            "start": 1127508918,
            "stop": 1127516899
        },
        {
            "start": 1127516907,
            "stop": 1127522133
        },
        {
            "start": 1127522140,
            "stop": 1127523837
        },
        {
            "start": 1127523844,
            "stop": 1127524810
        },
        {
            "start": 1127524817,
            "stop": 1127526670
        },
        {
            "start": 1127526671,
            "stop": 1127538415
        },
        {
            "start": 1127542188,
            "stop": 1127562847
        },
        {
            "start": 1127562854,
            "stop": 1127563327
        },
        {
            "start": 1127563335,
            "stop": 1127563527
        },
        {
            "start": 1127563528,
            "stop": 1127572338
        },
        {
            "start": 1127600564,
            "stop": 1127603597
        },
        {
            "start": 1127603657,
            "stop": 1127603897
        },
        {
            "start": 1127603957,
            "stop": 1127604344
        },
        {
            "start": 1127605981,
            "stop": 1127606763
        },
        {
            "start": 1127606770,
            "stop": 1127610497
        },
        {
            "start": 1127610557,
            "stop": 1127613304
        },
        {
            "start": 1127613311,
            "stop": 1127613783
        },
        {
            "start": 1127617667,
            "stop": 1127617910
        },
        {
            "start": 1127617917,
            "stop": 1127622617
        },
        {
            "start": 1127622618,
            "stop": 1127622890
        }
    ]
}