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=793
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=794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=792",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 793,
    "results": [
        {
            "start": 873027657,
            "stop": 873027663
        },
        {
            "start": 873027670,
            "stop": 873027676
        },
        {
            "start": 873027683,
            "stop": 873027701
        },
        {
            "start": 873027709,
            "stop": 873027714
        },
        {
            "start": 873027722,
            "stop": 873027729
        },
        {
            "start": 873027734,
            "stop": 873027743
        },
        {
            "start": 873027748,
            "stop": 873027753
        },
        {
            "start": 873027759,
            "stop": 873027765
        },
        {
            "start": 873027772,
            "stop": 873027777
        },
        {
            "start": 873027785,
            "stop": 873027792
        },
        {
            "start": 873027796,
            "stop": 873027805
        },
        {
            "start": 873027810,
            "stop": 873027832
        },
        {
            "start": 873027837,
            "stop": 873027852
        },
        {
            "start": 873027856,
            "stop": 873027858
        },
        {
            "start": 873027863,
            "stop": 873027878
        },
        {
            "start": 873028516,
            "stop": 873039646
        },
        {
            "start": 873042305,
            "stop": 873051540
        },
        {
            "start": 873051600,
            "stop": 873056226
        },
        {
            "start": 873059090,
            "stop": 873060173
        },
        {
            "start": 873061972,
            "stop": 873081351
        }
    ]
}