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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=389",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 390,
    "results": [
        {
            "start": 1183223026,
            "stop": 1183223040
        },
        {
            "start": 1183223220,
            "stop": 1183223280
        },
        {
            "start": 1183223400,
            "stop": 1183223472
        },
        {
            "start": 1183223475,
            "stop": 1183223480
        },
        {
            "start": 1183223482,
            "stop": 1183223520
        },
        {
            "start": 1183223760,
            "stop": 1183241629
        },
        {
            "start": 1183244426,
            "stop": 1183246624
        },
        {
            "start": 1183246629,
            "stop": 1183302203
        },
        {
            "start": 1183324477,
            "stop": 1183332564
        },
        {
            "start": 1183332566,
            "stop": 1183335264
        },
        {
            "start": 1183336511,
            "stop": 1183337025
        },
        {
            "start": 1183337029,
            "stop": 1183337030
        },
        {
            "start": 1183337045,
            "stop": 1183337172
        },
        {
            "start": 1183337294,
            "stop": 1183338098
        },
        {
            "start": 1183338103,
            "stop": 1183338243
        },
        {
            "start": 1183338249,
            "stop": 1183338263
        },
        {
            "start": 1183344638,
            "stop": 1183357908
        },
        {
            "start": 1184032880,
            "stop": 1184072323
        },
        {
            "start": 1184098613,
            "stop": 1184098651
        },
        {
            "start": 1184098682,
            "stop": 1184100052
        }
    ]
}