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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=737",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=735",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 736,
    "results": [
        {
            "start": 1267701044,
            "stop": 1267702259
        },
        {
            "start": 1267702262,
            "stop": 1267706830
        },
        {
            "start": 1267706833,
            "stop": 1267707559
        },
        {
            "start": 1267707561,
            "stop": 1267710041
        },
        {
            "start": 1267710048,
            "stop": 1267710703
        },
        {
            "start": 1267710706,
            "stop": 1267713659
        },
        {
            "start": 1267713662,
            "stop": 1267717599
        },
        {
            "start": 1267717602,
            "stop": 1267720280
        },
        {
            "start": 1267720283,
            "stop": 1267720869
        },
        {
            "start": 1267720877,
            "stop": 1267720940
        },
        {
            "start": 1267720943,
            "stop": 1267721105
        },
        {
            "start": 1267721113,
            "stop": 1267722341
        },
        {
            "start": 1267722344,
            "stop": 1267723098
        },
        {
            "start": 1267723101,
            "stop": 1267724923
        },
        {
            "start": 1267724926,
            "stop": 1267726835
        },
        {
            "start": 1267726842,
            "stop": 1267730663
        },
        {
            "start": 1267730666,
            "stop": 1267736468
        },
        {
            "start": 1267736564,
            "stop": 1267739357
        },
        {
            "start": 1267739360,
            "stop": 1267741823
        },
        {
            "start": 1267741826,
            "stop": 1267743083
        }
    ]
}