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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40779",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40780,
    "results": [
        {
            "start": 874995626,
            "stop": 874995671
        },
        {
            "start": 874995672,
            "stop": 874995687
        },
        {
            "start": 874995690,
            "stop": 874995709
        },
        {
            "start": 874995710,
            "stop": 874995738
        },
        {
            "start": 874995739,
            "stop": 874995755
        },
        {
            "start": 874995756,
            "stop": 874995759
        },
        {
            "start": 874995760,
            "stop": 874995799
        },
        {
            "start": 874995801,
            "stop": 874995806
        },
        {
            "start": 874995808,
            "stop": 874995810
        },
        {
            "start": 874995811,
            "stop": 874995813
        },
        {
            "start": 874995814,
            "stop": 874995817
        },
        {
            "start": 874995818,
            "stop": 874995841
        },
        {
            "start": 874995844,
            "stop": 874995932
        },
        {
            "start": 874995933,
            "stop": 874995983
        },
        {
            "start": 874995984,
            "stop": 874996057
        },
        {
            "start": 874996058,
            "stop": 874996079
        },
        {
            "start": 874996081,
            "stop": 874996164
        },
        {
            "start": 874996165,
            "stop": 874996206
        },
        {
            "start": 874996207,
            "stop": 874996227
        },
        {
            "start": 874996229,
            "stop": 874996312
        }
    ]
}