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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=315",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 316,
    "results": [
        {
            "start": 822949320,
            "stop": 822949813
        },
        {
            "start": 822949848,
            "stop": 822949849
        },
        {
            "start": 822949897,
            "stop": 822949944
        },
        {
            "start": 822950031,
            "stop": 822950282
        },
        {
            "start": 822950286,
            "stop": 822950618
        },
        {
            "start": 822950621,
            "stop": 822950953
        },
        {
            "start": 822951002,
            "stop": 822951021
        },
        {
            "start": 822951076,
            "stop": 822951086
        },
        {
            "start": 822951204,
            "stop": 822951219
        },
        {
            "start": 822953424,
            "stop": 822953767
        },
        {
            "start": 822953770,
            "stop": 822954026
        },
        {
            "start": 822954227,
            "stop": 822954540
        },
        {
            "start": 822954660,
            "stop": 822956878
        },
        {
            "start": 822956963,
            "stop": 822957308
        },
        {
            "start": 822957312,
            "stop": 822957313
        },
        {
            "start": 822957315,
            "stop": 822957316
        },
        {
            "start": 822957395,
            "stop": 822957702
        },
        {
            "start": 822957705,
            "stop": 822957825
        },
        {
            "start": 822957828,
            "stop": 822959640
        },
        {
            "start": 822959700,
            "stop": 822962222
        }
    ]
}