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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6486",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6484",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6485,
    "results": [
        {
            "start": 874108186,
            "stop": 874108312
        },
        {
            "start": 874108313,
            "stop": 874108513
        },
        {
            "start": 874108514,
            "stop": 874109286
        },
        {
            "start": 874109288,
            "stop": 874109460
        },
        {
            "start": 874109461,
            "stop": 874109522
        },
        {
            "start": 874109523,
            "stop": 874109783
        },
        {
            "start": 874109784,
            "stop": 874109827
        },
        {
            "start": 874109828,
            "stop": 874109908
        },
        {
            "start": 874109909,
            "stop": 874109930
        },
        {
            "start": 874109932,
            "stop": 874109993
        },
        {
            "start": 874109994,
            "stop": 874110476
        },
        {
            "start": 874110477,
            "stop": 874110851
        },
        {
            "start": 874110852,
            "stop": 874111210
        },
        {
            "start": 874111211,
            "stop": 874111253
        },
        {
            "start": 874111255,
            "stop": 874111383
        },
        {
            "start": 874111384,
            "stop": 874111590
        },
        {
            "start": 874111592,
            "stop": 874111719
        },
        {
            "start": 874111720,
            "stop": 874112012
        },
        {
            "start": 874112013,
            "stop": 874112095
        },
        {
            "start": 874112097,
            "stop": 874112373
        }
    ]
}