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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=379",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 380,
    "results": [
        {
            "start": 857911828,
            "stop": 857911837
        },
        {
            "start": 857911843,
            "stop": 857911847
        },
        {
            "start": 857911853,
            "stop": 857911905
        },
        {
            "start": 857911913,
            "stop": 857919757
        },
        {
            "start": 857919763,
            "stop": 857919810
        },
        {
            "start": 857919815,
            "stop": 857919847
        },
        {
            "start": 857919853,
            "stop": 857924676
        },
        {
            "start": 857924870,
            "stop": 857927503
        },
        {
            "start": 857927517,
            "stop": 857927524
        },
        {
            "start": 857927528,
            "stop": 857932506
        },
        {
            "start": 857932616,
            "stop": 857932954
        },
        {
            "start": 857933409,
            "stop": 857933847
        },
        {
            "start": 857933853,
            "stop": 857935270
        },
        {
            "start": 857935275,
            "stop": 857935290
        },
        {
            "start": 857935295,
            "stop": 857940937
        },
        {
            "start": 857941047,
            "stop": 857941300
        },
        {
            "start": 857941305,
            "stop": 857942341
        },
        {
            "start": 857942472,
            "stop": 857943880
        },
        {
            "start": 857944283,
            "stop": 857944692
        },
        {
            "start": 857944992,
            "stop": 857945252
        }
    ]
}