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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=12",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 13,
    "results": [
        {
            "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": 815826060
        },
        {
            "start": 815826180,
            "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
        },
        {
            "start": 815838512,
            "stop": 815838582
        },
        {
            "start": 815838585,
            "stop": 815838597
        },
        {
            "start": 815838600,
            "stop": 815838620
        }
    ]
}