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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=529",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=527",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 528,
    "results": [
        {
            "start": 827694281,
            "stop": 827695361
        },
        {
            "start": 827695362,
            "stop": 827696473
        },
        {
            "start": 827697076,
            "stop": 827698182
        },
        {
            "start": 827698827,
            "stop": 827702732
        },
        {
            "start": 827702733,
            "stop": 827706834
        },
        {
            "start": 827707915,
            "stop": 827767677
        },
        {
            "start": 827767678,
            "stop": 827769488
        },
        {
            "start": 827769490,
            "stop": 827769874
        },
        {
            "start": 827770013,
            "stop": 827771533
        },
        {
            "start": 827773716,
            "stop": 827782137
        },
        {
            "start": 827782138,
            "stop": 827782329
        },
        {
            "start": 827782330,
            "stop": 827782475
        },
        {
            "start": 827782479,
            "stop": 827783772
        },
        {
            "start": 827785085,
            "stop": 827786454
        },
        {
            "start": 827787236,
            "stop": 827790420
        },
        {
            "start": 827790421,
            "stop": 827791068
        },
        {
            "start": 827791069,
            "stop": 827791125
        },
        {
            "start": 827791126,
            "stop": 827791256
        },
        {
            "start": 827791259,
            "stop": 827791513
        },
        {
            "start": 827792432,
            "stop": 827793073
        }
    ]
}