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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=681",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 682,
    "results": [
        {
            "start": 829842463,
            "stop": 829842565
        },
        {
            "start": 829842568,
            "stop": 829842570
        },
        {
            "start": 829842573,
            "stop": 829842577
        },
        {
            "start": 829842582,
            "stop": 829842583
        },
        {
            "start": 829842592,
            "stop": 829842594
        },
        {
            "start": 829842705,
            "stop": 829843134
        },
        {
            "start": 829843138,
            "stop": 829843546
        },
        {
            "start": 829843549,
            "stop": 829843568
        },
        {
            "start": 829843572,
            "stop": 829843780
        },
        {
            "start": 829844434,
            "stop": 829846008
        },
        {
            "start": 829846011,
            "stop": 829846460
        },
        {
            "start": 829846465,
            "stop": 829847554
        },
        {
            "start": 829847558,
            "stop": 829848289
        },
        {
            "start": 829848306,
            "stop": 829848795
        },
        {
            "start": 829848799,
            "stop": 829849980
        },
        {
            "start": 829850040,
            "stop": 829855550
        },
        {
            "start": 829855567,
            "stop": 829856134
        },
        {
            "start": 829857179,
            "stop": 829857960
        },
        {
            "start": 829858020,
            "stop": 829858032
        },
        {
            "start": 829858037,
            "stop": 829859027
        }
    ]
}