Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=420
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=419",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 420,
    "results": [
        {
            "start": 869860284,
            "stop": 869860577
        },
        {
            "start": 869860616,
            "stop": 869862097
        },
        {
            "start": 869862120,
            "stop": 869862167
        },
        {
            "start": 869862188,
            "stop": 869863119
        },
        {
            "start": 869863138,
            "stop": 869867444
        },
        {
            "start": 869867537,
            "stop": 869868438
        },
        {
            "start": 869868750,
            "stop": 869871251
        },
        {
            "start": 869871562,
            "stop": 869882532
        },
        {
            "start": 869882594,
            "stop": 869900490
        },
        {
            "start": 869900610,
            "stop": 869919781
        },
        {
            "start": 869919800,
            "stop": 869920092
        },
        {
            "start": 869920113,
            "stop": 869922542
        },
        {
            "start": 869922566,
            "stop": 869922593
        },
        {
            "start": 869922901,
            "stop": 869925558
        },
        {
            "start": 869925611,
            "stop": 869926901
        },
        {
            "start": 869926920,
            "stop": 869927409
        },
        {
            "start": 869927436,
            "stop": 869927442
        },
        {
            "start": 869927476,
            "stop": 869928859
        },
        {
            "start": 869928881,
            "stop": 869929065
        },
        {
            "start": 869946078,
            "stop": 869946374
        }
    ]
}