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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=29",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 30,
    "results": [
        {
            "start": 1171713463,
            "stop": 1171722617
        },
        {
            "start": 1171725494,
            "stop": 1171728301
        },
        {
            "start": 1171728303,
            "stop": 1171728378
        },
        {
            "start": 1171728380,
            "stop": 1171728387
        },
        {
            "start": 1171728389,
            "stop": 1171728502
        },
        {
            "start": 1171728504,
            "stop": 1171728554
        },
        {
            "start": 1171728556,
            "stop": 1171728631
        },
        {
            "start": 1171728633,
            "stop": 1171728669
        },
        {
            "start": 1171728671,
            "stop": 1171728681
        },
        {
            "start": 1171728683,
            "stop": 1171728702
        },
        {
            "start": 1171728704,
            "stop": 1171728852
        },
        {
            "start": 1171728855,
            "stop": 1171729128
        },
        {
            "start": 1171729130,
            "stop": 1171729166
        },
        {
            "start": 1171729168,
            "stop": 1171729170
        },
        {
            "start": 1171729173,
            "stop": 1171729495
        },
        {
            "start": 1171729497,
            "stop": 1171729522
        },
        {
            "start": 1171729524,
            "stop": 1171729563
        },
        {
            "start": 1171729565,
            "stop": 1171729645
        },
        {
            "start": 1171729647,
            "stop": 1171729656
        },
        {
            "start": 1171729658,
            "stop": 1171729713
        }
    ]
}