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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 117,
    "results": [
        {
            "start": 1257869232,
            "stop": 1257869352
        },
        {
            "start": 1257869355,
            "stop": 1257869421
        },
        {
            "start": 1257869427,
            "stop": 1257869473
        },
        {
            "start": 1257869476,
            "stop": 1257869707
        },
        {
            "start": 1257869710,
            "stop": 1257869715
        },
        {
            "start": 1257869721,
            "stop": 1257869739
        },
        {
            "start": 1257869742,
            "stop": 1257870074
        },
        {
            "start": 1257870080,
            "stop": 1257870176
        },
        {
            "start": 1257870182,
            "stop": 1257870242
        },
        {
            "start": 1257870247,
            "stop": 1257870338
        },
        {
            "start": 1257870341,
            "stop": 1257870390
        },
        {
            "start": 1257870393,
            "stop": 1257870573
        },
        {
            "start": 1257870579,
            "stop": 1257870589
        },
        {
            "start": 1257870592,
            "stop": 1257870720
        },
        {
            "start": 1257870723,
            "stop": 1257871034
        },
        {
            "start": 1257871037,
            "stop": 1257871101
        },
        {
            "start": 1257871104,
            "stop": 1257871194
        },
        {
            "start": 1257871197,
            "stop": 1257871246
        },
        {
            "start": 1257871249,
            "stop": 1257871448
        },
        {
            "start": 1257871451,
            "stop": 1257871597
        }
    ]
}