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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=288",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 289,
    "results": [
        {
            "start": 931712826,
            "stop": 931712827
        },
        {
            "start": 931712828,
            "stop": 931712830
        },
        {
            "start": 931712831,
            "stop": 931712832
        },
        {
            "start": 931712834,
            "stop": 931712838
        },
        {
            "start": 931712846,
            "stop": 931712852
        },
        {
            "start": 931712854,
            "stop": 931712856
        },
        {
            "start": 931712858,
            "stop": 931712865
        },
        {
            "start": 931712867,
            "stop": 931712870
        },
        {
            "start": 931712879,
            "stop": 931712880
        },
        {
            "start": 931712888,
            "stop": 931712893
        },
        {
            "start": 931712895,
            "stop": 931712905
        },
        {
            "start": 931712912,
            "stop": 931712916
        },
        {
            "start": 931712919,
            "stop": 931712921
        },
        {
            "start": 931712928,
            "stop": 931712929
        },
        {
            "start": 931712935,
            "stop": 931712941
        },
        {
            "start": 931712943,
            "stop": 931712944
        },
        {
            "start": 931712947,
            "stop": 931712953
        },
        {
            "start": 931712955,
            "stop": 931712957
        },
        {
            "start": 931712962,
            "stop": 931712963
        },
        {
            "start": 931712965,
            "stop": 931712967
        }
    ]
}