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=404
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=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=403",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 404,
    "results": [
        {
            "start": 859830231,
            "stop": 859830395
        },
        {
            "start": 859830400,
            "stop": 859830402
        },
        {
            "start": 859830408,
            "stop": 859830425
        },
        {
            "start": 859830430,
            "stop": 859831327
        },
        {
            "start": 859834360,
            "stop": 859834999
        },
        {
            "start": 859835002,
            "stop": 859835976
        },
        {
            "start": 859835980,
            "stop": 859841739
        },
        {
            "start": 859841746,
            "stop": 859842432
        },
        {
            "start": 859842443,
            "stop": 859842455
        },
        {
            "start": 859842463,
            "stop": 859842467
        },
        {
            "start": 859842473,
            "stop": 859844614
        },
        {
            "start": 859844617,
            "stop": 859846832
        },
        {
            "start": 859846838,
            "stop": 859848847
        },
        {
            "start": 859849174,
            "stop": 859852089
        },
        {
            "start": 859870514,
            "stop": 859877372
        },
        {
            "start": 859877374,
            "stop": 859886623
        },
        {
            "start": 859886626,
            "stop": 859886990
        },
        {
            "start": 859886993,
            "stop": 859898001
        },
        {
            "start": 859898003,
            "stop": 859898818
        },
        {
            "start": 859899988,
            "stop": 859902260
        }
    ]
}