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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=339",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 340,
    "results": [
        {
            "start": 873236598,
            "stop": 873239429
        },
        {
            "start": 873239431,
            "stop": 873245332
        },
        {
            "start": 873245747,
            "stop": 873246017
        },
        {
            "start": 873246317,
            "stop": 873246546
        },
        {
            "start": 873247860,
            "stop": 873257944
        },
        {
            "start": 873258054,
            "stop": 873258114
        },
        {
            "start": 873258414,
            "stop": 873268220
        },
        {
            "start": 873268223,
            "stop": 873274695
        },
        {
            "start": 873274995,
            "stop": 873318386
        },
        {
            "start": 873318796,
            "stop": 873322102
        },
        {
            "start": 873322104,
            "stop": 873413430
        },
        {
            "start": 873413730,
            "stop": 873413989
        },
        {
            "start": 873414099,
            "stop": 873414329
        },
        {
            "start": 873414330,
            "stop": 873415558
        },
        {
            "start": 873415858,
            "stop": 873415872
        },
        {
            "start": 873416172,
            "stop": 873424459
        },
        {
            "start": 873430963,
            "stop": 873436439
        },
        {
            "start": 873436549,
            "stop": 873436623
        },
        {
            "start": 873436923,
            "stop": 873482082
        },
        {
            "start": 873484056,
            "stop": 873489424
        }
    ]
}