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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=440",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=438",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 439,
    "results": [
        {
            "start": 933239782,
            "stop": 933241529
        },
        {
            "start": 933241589,
            "stop": 933241829
        },
        {
            "start": 933242009,
            "stop": 933242415
        },
        {
            "start": 933242775,
            "stop": 933242849
        },
        {
            "start": 933242909,
            "stop": 933246015
        },
        {
            "start": 933246375,
            "stop": 933246800
        },
        {
            "start": 933246802,
            "stop": 933247250
        },
        {
            "start": 933247252,
            "stop": 933248602
        },
        {
            "start": 933248605,
            "stop": 933248617
        },
        {
            "start": 933248620,
            "stop": 933248647
        },
        {
            "start": 933248650,
            "stop": 933248663
        },
        {
            "start": 933248665,
            "stop": 933249615
        },
        {
            "start": 933249975,
            "stop": 933250695
        },
        {
            "start": 933252472,
            "stop": 933253215
        },
        {
            "start": 933253575,
            "stop": 933253896
        },
        {
            "start": 933253899,
            "stop": 933256058
        },
        {
            "start": 933256062,
            "stop": 933256805
        },
        {
            "start": 933256809,
            "stop": 933256815
        },
        {
            "start": 933257175,
            "stop": 933259260
        },
        {
            "start": 933259264,
            "stop": 933259704
        }
    ]
}