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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=587",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=585",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 586,
    "results": [
        {
            "start": 1262916601,
            "stop": 1262916621
        },
        {
            "start": 1262916624,
            "stop": 1262916660
        },
        {
            "start": 1262916663,
            "stop": 1262916684
        },
        {
            "start": 1262916687,
            "stop": 1262916708
        },
        {
            "start": 1262916711,
            "stop": 1262916738
        },
        {
            "start": 1262916741,
            "stop": 1262916742
        },
        {
            "start": 1262916745,
            "stop": 1262916754
        },
        {
            "start": 1262916757,
            "stop": 1262916791
        },
        {
            "start": 1262916794,
            "stop": 1262916797
        },
        {
            "start": 1262916800,
            "stop": 1262916809
        },
        {
            "start": 1262916812,
            "stop": 1262916862
        },
        {
            "start": 1262916865,
            "stop": 1262916890
        },
        {
            "start": 1262916893,
            "stop": 1262916904
        },
        {
            "start": 1262916907,
            "stop": 1262916947
        },
        {
            "start": 1262916950,
            "stop": 1262916970
        },
        {
            "start": 1262916973,
            "stop": 1262917033
        },
        {
            "start": 1262917036,
            "stop": 1262917071
        },
        {
            "start": 1262917077,
            "stop": 1262917099
        },
        {
            "start": 1262917102,
            "stop": 1262917181
        },
        {
            "start": 1262917184,
            "stop": 1262917202
        }
    ]
}