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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=245",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 246,
    "results": [
        {
            "start": 820269552,
            "stop": 820269718
        },
        {
            "start": 820269735,
            "stop": 820270345
        },
        {
            "start": 820270348,
            "stop": 820272159
        },
        {
            "start": 820272162,
            "stop": 820272324
        },
        {
            "start": 820272327,
            "stop": 820272787
        },
        {
            "start": 820272791,
            "stop": 820273453
        },
        {
            "start": 820273458,
            "stop": 820273600
        },
        {
            "start": 820273603,
            "stop": 820274362
        },
        {
            "start": 820274482,
            "stop": 820274962
        },
        {
            "start": 820274966,
            "stop": 820275538
        },
        {
            "start": 820280037,
            "stop": 820282384
        },
        {
            "start": 820282401,
            "stop": 820282710
        },
        {
            "start": 820282830,
            "stop": 820283693
        },
        {
            "start": 820283813,
            "stop": 820284614
        },
        {
            "start": 820285098,
            "stop": 820287030
        },
        {
            "start": 820287035,
            "stop": 820287239
        },
        {
            "start": 820287242,
            "stop": 820287318
        },
        {
            "start": 820287322,
            "stop": 820290510
        },
        {
            "start": 820290527,
            "stop": 820292333
        },
        {
            "start": 820292453,
            "stop": 820292856
        }
    ]
}