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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=401",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 402,
    "results": [
        {
            "start": 826112713,
            "stop": 826119808
        },
        {
            "start": 826119815,
            "stop": 826127316
        },
        {
            "start": 826129034,
            "stop": 826129166
        },
        {
            "start": 826129654,
            "stop": 826132078
        },
        {
            "start": 826132091,
            "stop": 826135507
        },
        {
            "start": 826136645,
            "stop": 826137069
        },
        {
            "start": 826137476,
            "stop": 826142090
        },
        {
            "start": 826142584,
            "stop": 826143752
        },
        {
            "start": 826144181,
            "stop": 826150618
        },
        {
            "start": 826150635,
            "stop": 826150637
        },
        {
            "start": 826150646,
            "stop": 826150653
        },
        {
            "start": 826150660,
            "stop": 826152180
        },
        {
            "start": 826152300,
            "stop": 826152597
        },
        {
            "start": 826152611,
            "stop": 826152617
        },
        {
            "start": 826152633,
            "stop": 826152637
        },
        {
            "start": 826152644,
            "stop": 826152647
        },
        {
            "start": 826152654,
            "stop": 826152660
        },
        {
            "start": 826152720,
            "stop": 826163390
        },
        {
            "start": 826163470,
            "stop": 826169178
        },
        {
            "start": 826171409,
            "stop": 826172381
        }
    ]
}