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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=12",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 13,
    "results": [
        {
            "start": 1243843346,
            "stop": 1243843347
        },
        {
            "start": 1243843352,
            "stop": 1243843353
        },
        {
            "start": 1243843356,
            "stop": 1243843357
        },
        {
            "start": 1243844005,
            "stop": 1243844196
        },
        {
            "start": 1243850693,
            "stop": 1243851971
        },
        {
            "start": 1243855214,
            "stop": 1243882687
        },
        {
            "start": 1243882827,
            "stop": 1243887650
        },
        {
            "start": 1243888250,
            "stop": 1243900790
        },
        {
            "start": 1243908074,
            "stop": 1243913380
        },
        {
            "start": 1243913940,
            "stop": 1243939259
        },
        {
            "start": 1243944229,
            "stop": 1243961165
        },
        {
            "start": 1243961173,
            "stop": 1243964922
        },
        {
            "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
        }
    ]
}