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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=86",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 87,
    "results": [
        {
            "start": 1133759726,
            "stop": 1133764270
        },
        {
            "start": 1133764272,
            "stop": 1133768685
        },
        {
            "start": 1133768693,
            "stop": 1133769900
        },
        {
            "start": 1133769908,
            "stop": 1133771116
        },
        {
            "start": 1133771371,
            "stop": 1133773825
        },
        {
            "start": 1133775853,
            "stop": 1133788358
        },
        {
            "start": 1133788360,
            "stop": 1133789907
        },
        {
            "start": 1133789915,
            "stop": 1133800721
        },
        {
            "start": 1133800733,
            "stop": 1133801006
        },
        {
            "start": 1133927365,
            "stop": 1133930740
        },
        {
            "start": 1133930748,
            "stop": 1133944140
        },
        {
            "start": 1133944148,
            "stop": 1133954639
        },
        {
            "start": 1133954641,
            "stop": 1133963371
        },
        {
            "start": 1133963379,
            "stop": 1133968541
        },
        {
            "start": 1133968542,
            "stop": 1133976064
        },
        {
            "start": 1133978532,
            "stop": 1133979004
        },
        {
            "start": 1133988945,
            "stop": 1133991119
        },
        {
            "start": 1133993497,
            "stop": 1133995234
        },
        {
            "start": 1133995242,
            "stop": 1133995504
        },
        {
            "start": 1133996639,
            "stop": 1133997550
        }
    ]
}