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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=81",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 82,
    "results": [
        {
            "start": 1132898517,
            "stop": 1132905630
        },
        {
            "start": 1132905633,
            "stop": 1132905689
        },
        {
            "start": 1132905692,
            "stop": 1132905694
        },
        {
            "start": 1132905696,
            "stop": 1132912804
        },
        {
            "start": 1132920113,
            "stop": 1132925493
        },
        {
            "start": 1132925501,
            "stop": 1132937036
        },
        {
            "start": 1132937044,
            "stop": 1132937296
        },
        {
            "start": 1132937297,
            "stop": 1132940479
        },
        {
            "start": 1132940481,
            "stop": 1132951962
        },
        {
            "start": 1132951970,
            "stop": 1132952963
        },
        {
            "start": 1132952966,
            "stop": 1132952992
        },
        {
            "start": 1132952995,
            "stop": 1132953179
        },
        {
            "start": 1132953182,
            "stop": 1132953235
        },
        {
            "start": 1132953238,
            "stop": 1132956286
        },
        {
            "start": 1132956294,
            "stop": 1132968145
        },
        {
            "start": 1132968153,
            "stop": 1132973904
        },
        {
            "start": 1132973912,
            "stop": 1132974942
        },
        {
            "start": 1132974950,
            "stop": 1132982774
        },
        {
            "start": 1132982776,
            "stop": 1132983287
        },
        {
            "start": 1132983289,
            "stop": 1132990244
        }
    ]
}