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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47,
    "results": [
        {
            "start": 816173966,
            "stop": 816174058
        },
        {
            "start": 816174062,
            "stop": 816174113
        },
        {
            "start": 816174116,
            "stop": 816174163
        },
        {
            "start": 816174166,
            "stop": 816174197
        },
        {
            "start": 816174200,
            "stop": 816174306
        },
        {
            "start": 816174309,
            "stop": 816174471
        },
        {
            "start": 816174474,
            "stop": 816174527
        },
        {
            "start": 816174530,
            "stop": 816174547
        },
        {
            "start": 816174549,
            "stop": 816174656
        },
        {
            "start": 816174659,
            "stop": 816175121
        },
        {
            "start": 816175124,
            "stop": 816175184
        },
        {
            "start": 816175187,
            "stop": 816175202
        },
        {
            "start": 816175205,
            "stop": 816175320
        },
        {
            "start": 816175323,
            "stop": 816175325
        },
        {
            "start": 816175329,
            "stop": 816175369
        },
        {
            "start": 816175372,
            "stop": 816175669
        },
        {
            "start": 816175672,
            "stop": 816175706
        },
        {
            "start": 816175711,
            "stop": 816175744
        },
        {
            "start": 816175747,
            "stop": 816175798
        },
        {
            "start": 816175801,
            "stop": 816175890
        }
    ]
}