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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=211",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 212,
    "results": [
        {
            "start": 933723329,
            "stop": 933723569
        },
        {
            "start": 933723629,
            "stop": 933724069
        },
        {
            "start": 933726635,
            "stop": 933726739
        },
        {
            "start": 933726859,
            "stop": 933726929
        },
        {
            "start": 933726989,
            "stop": 933727049
        },
        {
            "start": 933727109,
            "stop": 933728009
        },
        {
            "start": 933728129,
            "stop": 933728302
        },
        {
            "start": 933728655,
            "stop": 933729273
        },
        {
            "start": 933729393,
            "stop": 933730469
        },
        {
            "start": 933730529,
            "stop": 933731009
        },
        {
            "start": 933731069,
            "stop": 933731129
        },
        {
            "start": 933731189,
            "stop": 933731309
        },
        {
            "start": 933731429,
            "stop": 933731532
        },
        {
            "start": 933731652,
            "stop": 933731669
        },
        {
            "start": 933731729,
            "stop": 933731789
        },
        {
            "start": 933731849,
            "stop": 933732015
        },
        {
            "start": 933732255,
            "stop": 933732593
        },
        {
            "start": 933732715,
            "stop": 933732870
        },
        {
            "start": 933738363,
            "stop": 933739215
        },
        {
            "start": 933739455,
            "stop": 933740252
        }
    ]
}