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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 12,
    "results": [
        {
            "start": 1238352563,
            "stop": 1238352567
        },
        {
            "start": 1238352568,
            "stop": 1238352570
        },
        {
            "start": 1238352571,
            "stop": 1238352587
        },
        {
            "start": 1238352589,
            "stop": 1238352594
        },
        {
            "start": 1238352595,
            "stop": 1238352604
        },
        {
            "start": 1238352606,
            "stop": 1238352610
        },
        {
            "start": 1238352611,
            "stop": 1238352680
        },
        {
            "start": 1238352681,
            "stop": 1238352688
        },
        {
            "start": 1238352689,
            "stop": 1238352753
        },
        {
            "start": 1238352754,
            "stop": 1238352758
        },
        {
            "start": 1238352759,
            "stop": 1238352761
        },
        {
            "start": 1238352762,
            "stop": 1238352775
        },
        {
            "start": 1238352776,
            "stop": 1238352779
        },
        {
            "start": 1238352780,
            "stop": 1238352813
        },
        {
            "start": 1238352814,
            "stop": 1238352815
        },
        {
            "start": 1238352818,
            "stop": 1238352839
        },
        {
            "start": 1238352842,
            "stop": 1238352863
        },
        {
            "start": 1238352864,
            "stop": 1238352869
        },
        {
            "start": 1238352870,
            "stop": 1238352955
        },
        {
            "start": 1238352956,
            "stop": 1238352957
        }
    ]
}