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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=341",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 342,
    "results": [
        {
            "start": 821255938,
            "stop": 821256492
        },
        {
            "start": 821256511,
            "stop": 821257266
        },
        {
            "start": 821257285,
            "stop": 821258284
        },
        {
            "start": 821258303,
            "stop": 821258304
        },
        {
            "start": 821258323,
            "stop": 821258997
        },
        {
            "start": 821259000,
            "stop": 821259067
        },
        {
            "start": 821259071,
            "stop": 821259516
        },
        {
            "start": 821259535,
            "stop": 821259844
        },
        {
            "start": 821259863,
            "stop": 821260140
        },
        {
            "start": 821260175,
            "stop": 821260332
        },
        {
            "start": 821260452,
            "stop": 821260457
        },
        {
            "start": 821260461,
            "stop": 821261260
        },
        {
            "start": 821261263,
            "stop": 821261533
        },
        {
            "start": 821261552,
            "stop": 821261669
        },
        {
            "start": 821261688,
            "stop": 821261935
        },
        {
            "start": 821261954,
            "stop": 821262409
        },
        {
            "start": 821262420,
            "stop": 821262619
        },
        {
            "start": 821262651,
            "stop": 821262692
        },
        {
            "start": 821262711,
            "stop": 821262851
        },
        {
            "start": 821262870,
            "stop": 821263257
        }
    ]
}