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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=239",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 240,
    "results": [
        {
            "start": 865032163,
            "stop": 865034655
        },
        {
            "start": 865035842,
            "stop": 865035945
        },
        {
            "start": 865036589,
            "stop": 865055943
        },
        {
            "start": 865057466,
            "stop": 865078983
        },
        {
            "start": 865082610,
            "stop": 865082749
        },
        {
            "start": 865083530,
            "stop": 865083729
        },
        {
            "start": 865084302,
            "stop": 865084531
        },
        {
            "start": 865085194,
            "stop": 865085370
        },
        {
            "start": 865087255,
            "stop": 865088422
        },
        {
            "start": 865088822,
            "stop": 865088859
        },
        {
            "start": 865089179,
            "stop": 865090475
        },
        {
            "start": 865112914,
            "stop": 865115039
        },
        {
            "start": 865115663,
            "stop": 865129564
        },
        {
            "start": 865130469,
            "stop": 865134155
        },
        {
            "start": 865136436,
            "stop": 865181786
        },
        {
            "start": 865183088,
            "stop": 865183415
        },
        {
            "start": 865196704,
            "stop": 865196728
        },
        {
            "start": 865197432,
            "stop": 865198261
        },
        {
            "start": 865199093,
            "stop": 865199376
        },
        {
            "start": 865218434,
            "stop": 865269740
        }
    ]
}