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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=112",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 113,
    "results": [
        {
            "start": 969237881,
            "stop": 969238492
        },
        {
            "start": 969240547,
            "stop": 969240618
        },
        {
            "start": 969244075,
            "stop": 969255351
        },
        {
            "start": 969258313,
            "stop": 969288249
        },
        {
            "start": 969290995,
            "stop": 969295721
        },
        {
            "start": 969299257,
            "stop": 969302488
        },
        {
            "start": 969308158,
            "stop": 969317652
        },
        {
            "start": 969322761,
            "stop": 969329856
        },
        {
            "start": 969332622,
            "stop": 969343652
        },
        {
            "start": 969345158,
            "stop": 969380026
        },
        {
            "start": 969382579,
            "stop": 969383867
        },
        {
            "start": 969383938,
            "stop": 969387509
        },
        {
            "start": 969389217,
            "stop": 969390739
        },
        {
            "start": 969393044,
            "stop": 969424027
        },
        {
            "start": 969425872,
            "stop": 969451891
        },
        {
            "start": 969455030,
            "stop": 969506064
        },
        {
            "start": 969508725,
            "stop": 969517817
        },
        {
            "start": 969526275,
            "stop": 969542685
        },
        {
            "start": 969544984,
            "stop": 969561309
        },
        {
            "start": 969563467,
            "stop": 969563668
        }
    ]
}