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=668
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=669",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=667",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 668,
    "results": [
        {
            "start": 1264823818,
            "stop": 1264825892
        },
        {
            "start": 1264825895,
            "stop": 1264826423
        },
        {
            "start": 1264826426,
            "stop": 1264827775
        },
        {
            "start": 1264827778,
            "stop": 1264831796
        },
        {
            "start": 1264831804,
            "stop": 1264834732
        },
        {
            "start": 1264834740,
            "stop": 1264835542
        },
        {
            "start": 1264835545,
            "stop": 1264837493
        },
        {
            "start": 1264837496,
            "stop": 1264841801
        },
        {
            "start": 1264841804,
            "stop": 1264842868
        },
        {
            "start": 1264842871,
            "stop": 1264843200
        },
        {
            "start": 1264843203,
            "stop": 1264846393
        },
        {
            "start": 1264846401,
            "stop": 1264848862
        },
        {
            "start": 1264848865,
            "stop": 1264849554
        },
        {
            "start": 1264849562,
            "stop": 1264849773
        },
        {
            "start": 1264849781,
            "stop": 1264851885
        },
        {
            "start": 1264851888,
            "stop": 1264853079
        },
        {
            "start": 1264853082,
            "stop": 1264855603
        },
        {
            "start": 1264855606,
            "stop": 1264864033
        },
        {
            "start": 1264864036,
            "stop": 1264864546
        },
        {
            "start": 1264864554,
            "stop": 1264865029
        }
    ]
}