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=388
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=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=387",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 388,
    "results": [
        {
            "start": 858698918,
            "stop": 858698955
        },
        {
            "start": 858698960,
            "stop": 858698967
        },
        {
            "start": 858698978,
            "stop": 858708807
        },
        {
            "start": 858708813,
            "stop": 858709215
        },
        {
            "start": 858709220,
            "stop": 858709232
        },
        {
            "start": 858709238,
            "stop": 858709265
        },
        {
            "start": 858709270,
            "stop": 858713650
        },
        {
            "start": 858713655,
            "stop": 858713662
        },
        {
            "start": 858713668,
            "stop": 858713675
        },
        {
            "start": 858713680,
            "stop": 858715047
        },
        {
            "start": 858715357,
            "stop": 858715432
        },
        {
            "start": 858715438,
            "stop": 858717416
        },
        {
            "start": 858717688,
            "stop": 858721462
        },
        {
            "start": 858721468,
            "stop": 858724815
        },
        {
            "start": 858725316,
            "stop": 858741068
        },
        {
            "start": 858741462,
            "stop": 858765780
        },
        {
            "start": 858766128,
            "stop": 858777077
        },
        {
            "start": 858778422,
            "stop": 858781861
        },
        {
            "start": 858781863,
            "stop": 858783030
        },
        {
            "start": 858783031,
            "stop": 858783251
        }
    ]
}