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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 70,
    "results": [
        {
            "start": 819168026,
            "stop": 819168215
        },
        {
            "start": 819168218,
            "stop": 819168319
        },
        {
            "start": 819168322,
            "stop": 819168528
        },
        {
            "start": 819168531,
            "stop": 819168585
        },
        {
            "start": 819168588,
            "stop": 819168612
        },
        {
            "start": 819168616,
            "stop": 819168619
        },
        {
            "start": 819168622,
            "stop": 819168726
        },
        {
            "start": 819168729,
            "stop": 819168732
        },
        {
            "start": 819168735,
            "stop": 819169579
        },
        {
            "start": 819169582,
            "stop": 819169637
        },
        {
            "start": 819169640,
            "stop": 819169723
        },
        {
            "start": 819169726,
            "stop": 819169743
        },
        {
            "start": 819169746,
            "stop": 819169855
        },
        {
            "start": 819169858,
            "stop": 819170093
        },
        {
            "start": 819170097,
            "stop": 819170205
        },
        {
            "start": 819170209,
            "stop": 819170506
        },
        {
            "start": 819170511,
            "stop": 819170556
        },
        {
            "start": 819170559,
            "stop": 819170845
        },
        {
            "start": 819170848,
            "stop": 819171166
        },
        {
            "start": 819171169,
            "stop": 819171173
        }
    ]
}