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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4279",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4280,
    "results": [
        {
            "start": 874631898,
            "stop": 874631909
        },
        {
            "start": 874631928,
            "stop": 874631996
        },
        {
            "start": 874632015,
            "stop": 874632115
        },
        {
            "start": 874632135,
            "stop": 874632170
        },
        {
            "start": 874632189,
            "stop": 874632247
        },
        {
            "start": 874632266,
            "stop": 874632302
        },
        {
            "start": 874632321,
            "stop": 874632381
        },
        {
            "start": 874632414,
            "stop": 874632489
        },
        {
            "start": 874632559,
            "stop": 874632564
        },
        {
            "start": 874632605,
            "stop": 874632655
        },
        {
            "start": 874632674,
            "stop": 874632700
        },
        {
            "start": 874632729,
            "stop": 874632732
        },
        {
            "start": 874632752,
            "stop": 874632807
        },
        {
            "start": 874632826,
            "stop": 874632901
        },
        {
            "start": 874632920,
            "stop": 874632999
        },
        {
            "start": 874633044,
            "stop": 874633138
        },
        {
            "start": 874633163,
            "stop": 874633167
        },
        {
            "start": 874633197,
            "stop": 874633243
        },
        {
            "start": 874633263,
            "stop": 874633316
        },
        {
            "start": 874633335,
            "stop": 874633385
        }
    ]
}