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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=92",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 93,
    "results": [
        {
            "start": 1131145373,
            "stop": 1131145374
        },
        {
            "start": 1131145375,
            "stop": 1131145405
        },
        {
            "start": 1131145406,
            "stop": 1131145408
        },
        {
            "start": 1131145409,
            "stop": 1131145411
        },
        {
            "start": 1131145412,
            "stop": 1131145422
        },
        {
            "start": 1131145423,
            "stop": 1131145429
        },
        {
            "start": 1131145430,
            "stop": 1131145442
        },
        {
            "start": 1131145443,
            "stop": 1131145467
        },
        {
            "start": 1131145468,
            "stop": 1131145525
        },
        {
            "start": 1131145526,
            "stop": 1131145533
        },
        {
            "start": 1131145534,
            "stop": 1131145626
        },
        {
            "start": 1131145627,
            "stop": 1131145664
        },
        {
            "start": 1131145665,
            "stop": 1131145723
        },
        {
            "start": 1131145724,
            "stop": 1131145761
        },
        {
            "start": 1131145762,
            "stop": 1131145804
        },
        {
            "start": 1131145805,
            "stop": 1131145811
        },
        {
            "start": 1131145812,
            "stop": 1131145857
        },
        {
            "start": 1131145858,
            "stop": 1131145903
        },
        {
            "start": 1131145904,
            "stop": 1131145937
        },
        {
            "start": 1131145939,
            "stop": 1131146003
        }
    ]
}