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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=338",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 339,
    "results": [
        {
            "start": 873040396,
            "stop": 873041455
        },
        {
            "start": 873041755,
            "stop": 873053064
        },
        {
            "start": 873053065,
            "stop": 873055937
        },
        {
            "start": 873059096,
            "stop": 873059917
        },
        {
            "start": 873061768,
            "stop": 873081638
        },
        {
            "start": 873082880,
            "stop": 873103465
        },
        {
            "start": 873106656,
            "stop": 873119773
        },
        {
            "start": 873120692,
            "stop": 873135609
        },
        {
            "start": 873135612,
            "stop": 873136787
        },
        {
            "start": 873139153,
            "stop": 873140828
        },
        {
            "start": 873142125,
            "stop": 873145472
        },
        {
            "start": 873145475,
            "stop": 873145479
        },
        {
            "start": 873146432,
            "stop": 873147547
        },
        {
            "start": 873151342,
            "stop": 873154650
        },
        {
            "start": 873154911,
            "stop": 873179420
        },
        {
            "start": 873180369,
            "stop": 873222570
        },
        {
            "start": 873224265,
            "stop": 873227462
        },
        {
            "start": 873227574,
            "stop": 873235506
        },
        {
            "start": 873235610,
            "stop": 873236136
        },
        {
            "start": 873236295,
            "stop": 873236317
        }
    ]
}