Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5141
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5142",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5140",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5141,
    "results": [
        {
            "start": 1136080719,
            "stop": 1136080755
        },
        {
            "start": 1136080757,
            "stop": 1136080825
        },
        {
            "start": 1136080827,
            "stop": 1136081227
        },
        {
            "start": 1136081229,
            "stop": 1136081284
        },
        {
            "start": 1136081286,
            "stop": 1136081343
        },
        {
            "start": 1136081345,
            "stop": 1136081361
        },
        {
            "start": 1136081363,
            "stop": 1136081427
        },
        {
            "start": 1136081429,
            "stop": 1136081513
        },
        {
            "start": 1136105814,
            "stop": 1136106016
        },
        {
            "start": 1136106018,
            "stop": 1136106088
        },
        {
            "start": 1136106090,
            "stop": 1136106221
        },
        {
            "start": 1136106229,
            "stop": 1136106262
        },
        {
            "start": 1136106264,
            "stop": 1136106444
        },
        {
            "start": 1136106446,
            "stop": 1136106449
        },
        {
            "start": 1136106451,
            "stop": 1136106589
        },
        {
            "start": 1136106591,
            "stop": 1136106603
        },
        {
            "start": 1136106605,
            "stop": 1136106687
        },
        {
            "start": 1136106689,
            "stop": 1136106696
        },
        {
            "start": 1136106698,
            "stop": 1136107312
        },
        {
            "start": 1136107314,
            "stop": 1136107364
        }
    ]
}