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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=147",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 148,
    "results": [
        {
            "start": 831147032,
            "stop": 831147033
        },
        {
            "start": 831148670,
            "stop": 831153013
        },
        {
            "start": 831153026,
            "stop": 831153028
        },
        {
            "start": 831153666,
            "stop": 831155580
        },
        {
            "start": 831155677,
            "stop": 831155699
        },
        {
            "start": 831155955,
            "stop": 831155975
        },
        {
            "start": 831156250,
            "stop": 831156673
        },
        {
            "start": 831156704,
            "stop": 831156706
        },
        {
            "start": 831156828,
            "stop": 831156869
        },
        {
            "start": 831157044,
            "stop": 831157391
        },
        {
            "start": 831159558,
            "stop": 831160469
        },
        {
            "start": 831160473,
            "stop": 831160478
        },
        {
            "start": 831160482,
            "stop": 831160920
        },
        {
            "start": 831160924,
            "stop": 831160935
        },
        {
            "start": 831160944,
            "stop": 831160955
        },
        {
            "start": 831160959,
            "stop": 831163688
        },
        {
            "start": 831163692,
            "stop": 831165345
        },
        {
            "start": 831165349,
            "stop": 831165613
        },
        {
            "start": 831165619,
            "stop": 831165620
        },
        {
            "start": 831166116,
            "stop": 831167550
        }
    ]
}