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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3704",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3702",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3703,
    "results": [
        {
            "start": 970985221,
            "stop": 970985318
        },
        {
            "start": 970985322,
            "stop": 970985357
        },
        {
            "start": 970985360,
            "stop": 970985396
        },
        {
            "start": 970985399,
            "stop": 970985562
        },
        {
            "start": 970985565,
            "stop": 970985809
        },
        {
            "start": 970985812,
            "stop": 970985873
        },
        {
            "start": 970985876,
            "stop": 970985966
        },
        {
            "start": 970985969,
            "stop": 970986029
        },
        {
            "start": 970986032,
            "stop": 970986167
        },
        {
            "start": 970986170,
            "stop": 970986227
        },
        {
            "start": 970986230,
            "stop": 970986232
        },
        {
            "start": 970986235,
            "stop": 970986244
        },
        {
            "start": 970986245,
            "stop": 970986346
        },
        {
            "start": 970986349,
            "stop": 970986392
        },
        {
            "start": 970986395,
            "stop": 970986427
        },
        {
            "start": 970986430,
            "stop": 970986596
        },
        {
            "start": 970986599,
            "stop": 970986706
        },
        {
            "start": 970986709,
            "stop": 970986742
        },
        {
            "start": 970986745,
            "stop": 970986763
        },
        {
            "start": 970986766,
            "stop": 970986796
        }
    ]
}