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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=13",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 14,
    "results": [
        {
            "start": 1244331126,
            "stop": 1244367166
        },
        {
            "start": 1244367284,
            "stop": 1244380887
        },
        {
            "start": 1244398860,
            "stop": 1244404824
        },
        {
            "start": 1244419982,
            "stop": 1244450921
        },
        {
            "start": 1244451005,
            "stop": 1244463553
        },
        {
            "start": 1244463704,
            "stop": 1244464727
        },
        {
            "start": 1244464826,
            "stop": 1244471326
        },
        {
            "start": 1244471450,
            "stop": 1244485910
        },
        {
            "start": 1244486000,
            "stop": 1244498946
        },
        {
            "start": 1244499330,
            "stop": 1244507117
        },
        {
            "start": 1244522894,
            "stop": 1244535204
        },
        {
            "start": 1244535298,
            "stop": 1244537226
        },
        {
            "start": 1244537372,
            "stop": 1244566327
        },
        {
            "start": 1244566465,
            "stop": 1244566494
        },
        {
            "start": 1244568254,
            "stop": 1244568746
        },
        {
            "start": 1244575527,
            "stop": 1244580332
        },
        {
            "start": 1244593947,
            "stop": 1244669435
        },
        {
            "start": 1244669640,
            "stop": 1244672221
        },
        {
            "start": 1244693651,
            "stop": 1244697896
        },
        {
            "start": 1244697943,
            "stop": 1244697958
        }
    ]
}