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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7409",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7407",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7408,
    "results": [
        {
            "start": 969841991,
            "stop": 969842159
        },
        {
            "start": 969842162,
            "stop": 969842211
        },
        {
            "start": 969842214,
            "stop": 969843296
        },
        {
            "start": 969843299,
            "stop": 969843400
        },
        {
            "start": 969843403,
            "stop": 969843491
        },
        {
            "start": 969843494,
            "stop": 969843925
        },
        {
            "start": 969843965,
            "stop": 969845772
        },
        {
            "start": 969845775,
            "stop": 969846153
        },
        {
            "start": 969846157,
            "stop": 969846345
        },
        {
            "start": 969846356,
            "stop": 969846436
        },
        {
            "start": 969846442,
            "stop": 969846443
        },
        {
            "start": 969846464,
            "stop": 969846469
        },
        {
            "start": 969846475,
            "stop": 969846497
        },
        {
            "start": 969846531,
            "stop": 969846544
        },
        {
            "start": 969846550,
            "stop": 969846558
        },
        {
            "start": 969846564,
            "stop": 969846567
        },
        {
            "start": 969846573,
            "stop": 969846578
        },
        {
            "start": 969846584,
            "stop": 969846591
        },
        {
            "start": 969846597,
            "stop": 969846611
        },
        {
            "start": 969846643,
            "stop": 969846645
        }
    ]
}