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=1697
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=1698",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1696",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1697,
    "results": [
        {
            "start": 1249004671,
            "stop": 1249004685
        },
        {
            "start": 1249004710,
            "stop": 1249004725
        },
        {
            "start": 1249004727,
            "stop": 1249004728
        },
        {
            "start": 1249004735,
            "stop": 1249004738
        },
        {
            "start": 1249004756,
            "stop": 1249004757
        },
        {
            "start": 1249004769,
            "stop": 1249004777
        },
        {
            "start": 1249004779,
            "stop": 1249004780
        },
        {
            "start": 1249004781,
            "stop": 1249004783
        },
        {
            "start": 1249004795,
            "stop": 1249004796
        },
        {
            "start": 1249004798,
            "stop": 1249004830
        },
        {
            "start": 1249004831,
            "stop": 1249005947
        },
        {
            "start": 1249005949,
            "stop": 1249005954
        },
        {
            "start": 1249005955,
            "stop": 1249006067
        },
        {
            "start": 1249006068,
            "stop": 1249006264
        },
        {
            "start": 1249006267,
            "stop": 1249006467
        },
        {
            "start": 1249006470,
            "stop": 1249006614
        },
        {
            "start": 1249006617,
            "stop": 1249007205
        },
        {
            "start": 1249007208,
            "stop": 1249007734
        },
        {
            "start": 1249007737,
            "stop": 1249008061
        },
        {
            "start": 1249008064,
            "stop": 1249008149
        }
    ]
}