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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 58,
    "results": [
        {
            "start": 1257443511,
            "stop": 1257443607
        },
        {
            "start": 1257443608,
            "stop": 1257443703
        },
        {
            "start": 1257443704,
            "stop": 1257444288
        },
        {
            "start": 1257444291,
            "stop": 1257444326
        },
        {
            "start": 1257444332,
            "stop": 1257444334
        },
        {
            "start": 1257444337,
            "stop": 1257444549
        },
        {
            "start": 1257444552,
            "stop": 1257444587
        },
        {
            "start": 1257444590,
            "stop": 1257444609
        },
        {
            "start": 1257444612,
            "stop": 1257444657
        },
        {
            "start": 1257444660,
            "stop": 1257444673
        },
        {
            "start": 1257444676,
            "stop": 1257444794
        },
        {
            "start": 1257444797,
            "stop": 1257444866
        },
        {
            "start": 1257444869,
            "stop": 1257444963
        },
        {
            "start": 1257444966,
            "stop": 1257444994
        },
        {
            "start": 1257444995,
            "stop": 1257445117
        },
        {
            "start": 1257445123,
            "stop": 1257445326
        },
        {
            "start": 1257445327,
            "stop": 1257445345
        },
        {
            "start": 1257445346,
            "stop": 1257445356
        },
        {
            "start": 1257445357,
            "stop": 1257445359
        },
        {
            "start": 1257445360,
            "stop": 1257445364
        }
    ]
}