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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 5,
    "results": [
        {
            "start": 1126533366,
            "stop": 1126541704
        },
        {
            "start": 1126541712,
            "stop": 1126544642
        },
        {
            "start": 1126545529,
            "stop": 1126549309
        },
        {
            "start": 1126549317,
            "stop": 1126549461
        },
        {
            "start": 1126549469,
            "stop": 1126559722
        },
        {
            "start": 1126559729,
            "stop": 1126562897
        },
        {
            "start": 1126562904,
            "stop": 1126575197
        },
        {
            "start": 1126575257,
            "stop": 1126581826
        },
        {
            "start": 1126581833,
            "stop": 1126583073
        },
        {
            "start": 1126583080,
            "stop": 1126586772
        },
        {
            "start": 1126586781,
            "stop": 1126589460
        },
        {
            "start": 1126589467,
            "stop": 1126595211
        },
        {
            "start": 1126595218,
            "stop": 1126604112
        },
        {
            "start": 1126611508,
            "stop": 1126613091
        },
        {
            "start": 1126615415,
            "stop": 1126622304
        },
        {
            "start": 1126622311,
            "stop": 1126629176
        },
        {
            "start": 1126633397,
            "stop": 1126633457
        },
        {
            "start": 1126633637,
            "stop": 1126633697
        },
        {
            "start": 1126633877,
            "stop": 1126634057
        },
        {
            "start": 1126634117,
            "stop": 1126634237
        }
    ]
}