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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=623",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=621",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 622,
    "results": [
        {
            "start": 1263130117,
            "stop": 1263133297
        },
        {
            "start": 1263133305,
            "stop": 1263134034
        },
        {
            "start": 1263134037,
            "stop": 1263134207
        },
        {
            "start": 1263134215,
            "stop": 1263136238
        },
        {
            "start": 1263136241,
            "stop": 1263137449
        },
        {
            "start": 1263137458,
            "stop": 1263141237
        },
        {
            "start": 1263158886,
            "stop": 1263159073
        },
        {
            "start": 1263159076,
            "stop": 1263159361
        },
        {
            "start": 1263163421,
            "stop": 1263163995
        },
        {
            "start": 1263163997,
            "stop": 1263164025
        },
        {
            "start": 1263167844,
            "stop": 1263168202
        },
        {
            "start": 1263168205,
            "stop": 1263170267
        },
        {
            "start": 1263170269,
            "stop": 1263172468
        },
        {
            "start": 1263172471,
            "stop": 1263174185
        },
        {
            "start": 1263174193,
            "stop": 1263174607
        },
        {
            "start": 1263180070,
            "stop": 1263180188
        },
        {
            "start": 1263180191,
            "stop": 1263182352
        },
        {
            "start": 1263182355,
            "stop": 1263183141
        },
        {
            "start": 1263183144,
            "stop": 1263183497
        },
        {
            "start": 1263183499,
            "stop": 1263184452
        }
    ]
}