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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=169",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 170,
    "results": [
        {
            "start": 1135057426,
            "stop": 1135057427
        },
        {
            "start": 1135057430,
            "stop": 1135057433
        },
        {
            "start": 1135057446,
            "stop": 1135057449
        },
        {
            "start": 1135057452,
            "stop": 1135057459
        },
        {
            "start": 1135057462,
            "stop": 1135057465
        },
        {
            "start": 1135057471,
            "stop": 1135057473
        },
        {
            "start": 1135057489,
            "stop": 1135057492
        },
        {
            "start": 1135057497,
            "stop": 1135057517
        },
        {
            "start": 1135057520,
            "stop": 1135057521
        },
        {
            "start": 1135057527,
            "stop": 1135057529
        },
        {
            "start": 1135057532,
            "stop": 1135057541
        },
        {
            "start": 1135057547,
            "stop": 1135057550
        },
        {
            "start": 1135057553,
            "stop": 1135057557
        },
        {
            "start": 1135057560,
            "stop": 1135057561
        },
        {
            "start": 1135057564,
            "stop": 1135057567
        },
        {
            "start": 1135057573,
            "stop": 1135057576
        },
        {
            "start": 1135057579,
            "stop": 1135057588
        },
        {
            "start": 1135057591,
            "stop": 1135057592
        },
        {
            "start": 1135057595,
            "stop": 1135057601
        },
        {
            "start": 1135057604,
            "stop": 1135057605
        }
    ]
}