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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=263",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 264,
    "results": [
        {
            "start": 822361950,
            "stop": 822364807
        },
        {
            "start": 822364810,
            "stop": 822364923
        },
        {
            "start": 822364926,
            "stop": 822365402
        },
        {
            "start": 822365405,
            "stop": 822366313
        },
        {
            "start": 822366346,
            "stop": 822366347
        },
        {
            "start": 822366444,
            "stop": 822368593
        },
        {
            "start": 822368823,
            "stop": 822370424
        },
        {
            "start": 822370605,
            "stop": 822371005
        },
        {
            "start": 822371008,
            "stop": 822371353
        },
        {
            "start": 822371496,
            "stop": 822375659
        },
        {
            "start": 822376169,
            "stop": 822378874
        },
        {
            "start": 822378877,
            "stop": 822379127
        },
        {
            "start": 822379133,
            "stop": 822379633
        },
        {
            "start": 822379675,
            "stop": 822379676
        },
        {
            "start": 822379754,
            "stop": 822379847
        },
        {
            "start": 822379851,
            "stop": 822379881
        },
        {
            "start": 822379885,
            "stop": 822379982
        },
        {
            "start": 822379986,
            "stop": 822380101
        },
        {
            "start": 822380105,
            "stop": 822380112
        },
        {
            "start": 822380196,
            "stop": 822380210
        }
    ]
}