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=1129
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=1130",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1128",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1129,
    "results": [
        {
            "start": 1136456802,
            "stop": 1136456833
        },
        {
            "start": 1136456836,
            "stop": 1136456855
        },
        {
            "start": 1136456859,
            "stop": 1136456878
        },
        {
            "start": 1136456881,
            "stop": 1136456902
        },
        {
            "start": 1136456905,
            "stop": 1136456913
        },
        {
            "start": 1136456916,
            "stop": 1136456940
        },
        {
            "start": 1136456943,
            "stop": 1136456954
        },
        {
            "start": 1136456957,
            "stop": 1136456981
        },
        {
            "start": 1136456984,
            "stop": 1136457004
        },
        {
            "start": 1136457007,
            "stop": 1136457029
        },
        {
            "start": 1136457032,
            "stop": 1136457035
        },
        {
            "start": 1136457038,
            "stop": 1136457040
        },
        {
            "start": 1136457043,
            "stop": 1136457049
        },
        {
            "start": 1136457053,
            "stop": 1136457067
        },
        {
            "start": 1136457070,
            "stop": 1136457086
        },
        {
            "start": 1136457089,
            "stop": 1136457100
        },
        {
            "start": 1136457103,
            "stop": 1136457117
        },
        {
            "start": 1136457120,
            "stop": 1136457146
        },
        {
            "start": 1136457149,
            "stop": 1136457178
        },
        {
            "start": 1136457181,
            "stop": 1136457186
        }
    ]
}