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_CBC_CAT2/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_CBC_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=13",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 14,
    "results": [
        {
            "start": 1243964961,
            "stop": 1243975901
        },
        {
            "start": 1243981178,
            "stop": 1243983312
        },
        {
            "start": 1243983627,
            "stop": 1243987968
        },
        {
            "start": 1243988023,
            "stop": 1244076203
        },
        {
            "start": 1244082982,
            "stop": 1244221152
        },
        {
            "start": 1244246160,
            "stop": 1244254090
        },
        {
            "start": 1244254183,
            "stop": 1244295515
        },
        {
            "start": 1244324426,
            "stop": 1244325160
        },
        {
            "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
        }
    ]
}