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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=131",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 132,
    "results": [
        {
            "start": 1135048877,
            "stop": 1135048887
        },
        {
            "start": 1135048890,
            "stop": 1135048891
        },
        {
            "start": 1135048895,
            "stop": 1135048931
        },
        {
            "start": 1135048934,
            "stop": 1135048951
        },
        {
            "start": 1135048954,
            "stop": 1135049024
        },
        {
            "start": 1135049027,
            "stop": 1135049075
        },
        {
            "start": 1135049080,
            "stop": 1135049090
        },
        {
            "start": 1135049093,
            "stop": 1135049104
        },
        {
            "start": 1135049107,
            "stop": 1135049113
        },
        {
            "start": 1135049116,
            "stop": 1135049124
        },
        {
            "start": 1135049127,
            "stop": 1135049139
        },
        {
            "start": 1135049142,
            "stop": 1135049148
        },
        {
            "start": 1135049151,
            "stop": 1135049157
        },
        {
            "start": 1135049160,
            "stop": 1135049182
        },
        {
            "start": 1135049186,
            "stop": 1135049205
        },
        {
            "start": 1135049208,
            "stop": 1135049245
        },
        {
            "start": 1135049248,
            "stop": 1135049254
        },
        {
            "start": 1135049257,
            "stop": 1135049294
        },
        {
            "start": 1135049297,
            "stop": 1135049322
        },
        {
            "start": 1135049325,
            "stop": 1135049329
        }
    ]
}