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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5115",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5116,
    "results": [
        {
            "start": 874679738,
            "stop": 874679769
        },
        {
            "start": 874679776,
            "stop": 874679790
        },
        {
            "start": 874679797,
            "stop": 874679838
        },
        {
            "start": 874679845,
            "stop": 874679856
        },
        {
            "start": 874679864,
            "stop": 874679895
        },
        {
            "start": 874679908,
            "stop": 874679967
        },
        {
            "start": 874679974,
            "stop": 874680010
        },
        {
            "start": 874680017,
            "stop": 874680049
        },
        {
            "start": 874680057,
            "stop": 874680246
        },
        {
            "start": 874680253,
            "stop": 874680260
        },
        {
            "start": 874680267,
            "stop": 874680275
        },
        {
            "start": 874680286,
            "stop": 874680300
        },
        {
            "start": 874680317,
            "stop": 874680370
        },
        {
            "start": 874680377,
            "stop": 874680383
        },
        {
            "start": 874680397,
            "stop": 874680402
        },
        {
            "start": 874680409,
            "stop": 874680428
        },
        {
            "start": 874680435,
            "stop": 874680445
        },
        {
            "start": 874680452,
            "stop": 874680484
        },
        {
            "start": 874680491,
            "stop": 874680512
        },
        {
            "start": 874680521,
            "stop": 874680527
        }
    ]
}