Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1647
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1648",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1646",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1647,
    "results": [
        {
            "start": 1247975221,
            "stop": 1247975370
        },
        {
            "start": 1247975373,
            "stop": 1247975740
        },
        {
            "start": 1247975743,
            "stop": 1247975791
        },
        {
            "start": 1248112047,
            "stop": 1248112420
        },
        {
            "start": 1248112428,
            "stop": 1248112736
        },
        {
            "start": 1248112737,
            "stop": 1248114838
        },
        {
            "start": 1248114840,
            "stop": 1248114864
        },
        {
            "start": 1248114867,
            "stop": 1248114889
        },
        {
            "start": 1248114894,
            "stop": 1248114895
        },
        {
            "start": 1248114896,
            "stop": 1248114911
        },
        {
            "start": 1248114920,
            "stop": 1248114960
        },
        {
            "start": 1248114963,
            "stop": 1248114971
        },
        {
            "start": 1248114974,
            "stop": 1248114975
        },
        {
            "start": 1248114976,
            "stop": 1248114982
        },
        {
            "start": 1248114984,
            "stop": 1248115019
        },
        {
            "start": 1248115021,
            "stop": 1248115074
        },
        {
            "start": 1248115077,
            "stop": 1248115456
        },
        {
            "start": 1248115459,
            "stop": 1248120868
        },
        {
            "start": 1248120871,
            "stop": 1248121380
        },
        {
            "start": 1248121388,
            "stop": 1248121392
        }
    ]
}