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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=251",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 252,
    "results": [
        {
            "start": 857423453,
            "stop": 857423635
        },
        {
            "start": 857423935,
            "stop": 857424026
        },
        {
            "start": 857424748,
            "stop": 857424801
        },
        {
            "start": 857424911,
            "stop": 857425949
        },
        {
            "start": 857426249,
            "stop": 857426586
        },
        {
            "start": 857426696,
            "stop": 857426863
        },
        {
            "start": 857427569,
            "stop": 857427648
        },
        {
            "start": 857427948,
            "stop": 857428082
        },
        {
            "start": 857428192,
            "stop": 857428412
        },
        {
            "start": 857428712,
            "stop": 857428719
        },
        {
            "start": 857429050,
            "stop": 857430389
        },
        {
            "start": 857430486,
            "stop": 857433480
        },
        {
            "start": 857433771,
            "stop": 857434983
        },
        {
            "start": 857435466,
            "stop": 857436207
        },
        {
            "start": 857436507,
            "stop": 857442471
        },
        {
            "start": 857442487,
            "stop": 857445325
        },
        {
            "start": 857447941,
            "stop": 857448534
        },
        {
            "start": 857448537,
            "stop": 857461665
        },
        {
            "start": 857461965,
            "stop": 857477592
        },
        {
            "start": 857477949,
            "stop": 857495724
        }
    ]
}