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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=280",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 281,
    "results": [
        {
            "start": 828232143,
            "stop": 828232195
        },
        {
            "start": 828232197,
            "stop": 828232262
        },
        {
            "start": 828232264,
            "stop": 828232395
        },
        {
            "start": 828232397,
            "stop": 828232448
        },
        {
            "start": 828232450,
            "stop": 828232475
        },
        {
            "start": 828232477,
            "stop": 828232509
        },
        {
            "start": 828232513,
            "stop": 828232520
        },
        {
            "start": 828232522,
            "stop": 828232525
        },
        {
            "start": 828232527,
            "stop": 828232545
        },
        {
            "start": 828232547,
            "stop": 828232564
        },
        {
            "start": 828232566,
            "stop": 828232571
        },
        {
            "start": 828232573,
            "stop": 828232580
        },
        {
            "start": 828232583,
            "stop": 828232690
        },
        {
            "start": 828232692,
            "stop": 828232696
        },
        {
            "start": 828232698,
            "stop": 828232743
        },
        {
            "start": 828232745,
            "stop": 828232746
        },
        {
            "start": 828232748,
            "stop": 828232805
        },
        {
            "start": 828232807,
            "stop": 828233610
        },
        {
            "start": 828233670,
            "stop": 828233681
        },
        {
            "start": 828233791,
            "stop": 828234862
        }
    ]
}