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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=53",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 54,
    "results": [
        {
            "start": 821036564,
            "stop": 821037520
        },
        {
            "start": 821037523,
            "stop": 821037710
        },
        {
            "start": 821037713,
            "stop": 821037715
        },
        {
            "start": 821037718,
            "stop": 821037765
        },
        {
            "start": 821037768,
            "stop": 821037913
        },
        {
            "start": 821038539,
            "stop": 821038845
        },
        {
            "start": 821038848,
            "stop": 821038892
        },
        {
            "start": 821038899,
            "stop": 821039224
        },
        {
            "start": 821039227,
            "stop": 821039516
        },
        {
            "start": 821039519,
            "stop": 821039666
        },
        {
            "start": 821039669,
            "stop": 821039714
        },
        {
            "start": 821040314,
            "stop": 821040458
        },
        {
            "start": 821040778,
            "stop": 821043532
        },
        {
            "start": 821043932,
            "stop": 821045376
        },
        {
            "start": 821045799,
            "stop": 821046333
        },
        {
            "start": 821046733,
            "stop": 821046748
        },
        {
            "start": 821047148,
            "stop": 821047702
        },
        {
            "start": 821048186,
            "stop": 821048318
        },
        {
            "start": 821048321,
            "stop": 821048526
        },
        {
            "start": 821048529,
            "stop": 821049213
        }
    ]
}