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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=11",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 12,
    "results": [
        {
            "start": 815818371,
            "stop": 815818445
        },
        {
            "start": 815818448,
            "stop": 815818736
        },
        {
            "start": 815818739,
            "stop": 815818743
        },
        {
            "start": 815818747,
            "stop": 815818917
        },
        {
            "start": 815818920,
            "stop": 815818941
        },
        {
            "start": 815818945,
            "stop": 815820063
        },
        {
            "start": 815820067,
            "stop": 815820101
        },
        {
            "start": 815820104,
            "stop": 815820237
        },
        {
            "start": 815821081,
            "stop": 815821122
        },
        {
            "start": 815821125,
            "stop": 815822881
        },
        {
            "start": 815822885,
            "stop": 815822937
        },
        {
            "start": 815822940,
            "stop": 815823580
        },
        {
            "start": 815823583,
            "stop": 815826882
        },
        {
            "start": 815826885,
            "stop": 815827508
        },
        {
            "start": 815827512,
            "stop": 815827695
        },
        {
            "start": 815827698,
            "stop": 815827808
        },
        {
            "start": 815827811,
            "stop": 815831367
        },
        {
            "start": 815831370,
            "stop": 815833207
        },
        {
            "start": 815833210,
            "stop": 815833247
        },
        {
            "start": 815833250,
            "stop": 815836014
        }
    ]
}