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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=682",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 683,
    "results": [
        {
            "start": 861429060,
            "stop": 861459794
        },
        {
            "start": 861460544,
            "stop": 861462042
        },
        {
            "start": 861488788,
            "stop": 861489562
        },
        {
            "start": 861490084,
            "stop": 861495150
        },
        {
            "start": 861495210,
            "stop": 861495224
        },
        {
            "start": 861500637,
            "stop": 861501210
        },
        {
            "start": 861502808,
            "stop": 861504691
        },
        {
            "start": 861505779,
            "stop": 861544050
        },
        {
            "start": 861545299,
            "stop": 861566130
        },
        {
            "start": 861566190,
            "stop": 861566199
        },
        {
            "start": 861571747,
            "stop": 861577257
        },
        {
            "start": 861578569,
            "stop": 861616350
        },
        {
            "start": 861617016,
            "stop": 861625591
        },
        {
            "start": 861627031,
            "stop": 861629550
        },
        {
            "start": 861630409,
            "stop": 861641347
        },
        {
            "start": 861642410,
            "stop": 861644407
        },
        {
            "start": 861645586,
            "stop": 861647527
        },
        {
            "start": 861648229,
            "stop": 861650099
        },
        {
            "start": 861651234,
            "stop": 861652512
        },
        {
            "start": 861653871,
            "stop": 861654557
        }
    ]
}