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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3258",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3259,
    "results": [
        {
            "start": 873083068,
            "stop": 873083437
        },
        {
            "start": 873083442,
            "stop": 873083855
        },
        {
            "start": 873083860,
            "stop": 873083863
        },
        {
            "start": 873083866,
            "stop": 873083959
        },
        {
            "start": 873083963,
            "stop": 873084048
        },
        {
            "start": 873084051,
            "stop": 873084078
        },
        {
            "start": 873084082,
            "stop": 873084113
        },
        {
            "start": 873084116,
            "stop": 873084129
        },
        {
            "start": 873084135,
            "stop": 873084389
        },
        {
            "start": 873084392,
            "stop": 873084495
        },
        {
            "start": 873084498,
            "stop": 873087644
        },
        {
            "start": 873087825,
            "stop": 873089352
        },
        {
            "start": 873089355,
            "stop": 873089434
        },
        {
            "start": 873089438,
            "stop": 873089562
        },
        {
            "start": 873089566,
            "stop": 873089613
        },
        {
            "start": 873089617,
            "stop": 873089642
        },
        {
            "start": 873089648,
            "stop": 873089655
        },
        {
            "start": 873089658,
            "stop": 873089666
        },
        {
            "start": 873089672,
            "stop": 873089704
        },
        {
            "start": 873089708,
            "stop": 873089877
        }
    ]
}