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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=216",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 217,
    "results": [
        {
            "start": 931723288,
            "stop": 931723289
        },
        {
            "start": 931723292,
            "stop": 931723293
        },
        {
            "start": 931723294,
            "stop": 931723296
        },
        {
            "start": 931723297,
            "stop": 931723299
        },
        {
            "start": 931723301,
            "stop": 931723313
        },
        {
            "start": 931723315,
            "stop": 931723316
        },
        {
            "start": 931723321,
            "stop": 931723328
        },
        {
            "start": 931723330,
            "stop": 931723331
        },
        {
            "start": 931723336,
            "stop": 931723338
        },
        {
            "start": 931723347,
            "stop": 931723349
        },
        {
            "start": 931723353,
            "stop": 931723354
        },
        {
            "start": 931723364,
            "stop": 931723366
        },
        {
            "start": 931723370,
            "stop": 931723371
        },
        {
            "start": 931723378,
            "stop": 931723383
        },
        {
            "start": 931723393,
            "stop": 931723402
        },
        {
            "start": 931723413,
            "stop": 931723419
        },
        {
            "start": 931723422,
            "stop": 931723430
        },
        {
            "start": 931723432,
            "stop": 931723436
        },
        {
            "start": 931723438,
            "stop": 931723441
        },
        {
            "start": 931723443,
            "stop": 931723449
        }
    ]
}