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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=75",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 76,
    "results": [
        {
            "start": 1130781671,
            "stop": 1130782712
        },
        {
            "start": 1130782713,
            "stop": 1130783840
        },
        {
            "start": 1130783841,
            "stop": 1130787136
        },
        {
            "start": 1130787137,
            "stop": 1130803637
        },
        {
            "start": 1130803638,
            "stop": 1130807319
        },
        {
            "start": 1130807322,
            "stop": 1130814995
        },
        {
            "start": 1130814996,
            "stop": 1130817439
        },
        {
            "start": 1130817440,
            "stop": 1130818796
        },
        {
            "start": 1130818797,
            "stop": 1130820072
        },
        {
            "start": 1130820073,
            "stop": 1130835738
        },
        {
            "start": 1130835740,
            "stop": 1130841681
        },
        {
            "start": 1130841682,
            "stop": 1130844429
        },
        {
            "start": 1130844430,
            "stop": 1130854966
        },
        {
            "start": 1130854970,
            "stop": 1130859980
        },
        {
            "start": 1130859983,
            "stop": 1130861882
        },
        {
            "start": 1130861883,
            "stop": 1130862390
        },
        {
            "start": 1130862392,
            "stop": 1130864259
        },
        {
            "start": 1130875481,
            "stop": 1130880755
        },
        {
            "start": 1130880756,
            "stop": 1130886864
        },
        {
            "start": 1130886865,
            "stop": 1130889786
        }
    ]
}