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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5215",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5213",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5214,
    "results": [
        {
            "start": 1137044148,
            "stop": 1137044157
        },
        {
            "start": 1137044158,
            "stop": 1137044164
        },
        {
            "start": 1137044165,
            "stop": 1137044190
        },
        {
            "start": 1137044193,
            "stop": 1137044223
        },
        {
            "start": 1137044225,
            "stop": 1137044244
        },
        {
            "start": 1137044245,
            "stop": 1137044261
        },
        {
            "start": 1137044263,
            "stop": 1137044292
        },
        {
            "start": 1137044294,
            "stop": 1137044300
        },
        {
            "start": 1137044302,
            "stop": 1137044310
        },
        {
            "start": 1137044312,
            "stop": 1137044337
        },
        {
            "start": 1137044339,
            "stop": 1137044371
        },
        {
            "start": 1137044372,
            "stop": 1137044388
        },
        {
            "start": 1137044390,
            "stop": 1137044425
        },
        {
            "start": 1137044427,
            "stop": 1137044437
        },
        {
            "start": 1137044439,
            "stop": 1137044450
        },
        {
            "start": 1137044452,
            "stop": 1137044453
        },
        {
            "start": 1137044455,
            "stop": 1137044469
        },
        {
            "start": 1137044473,
            "stop": 1137044478
        },
        {
            "start": 1137044480,
            "stop": 1137044482
        },
        {
            "start": 1137044484,
            "stop": 1137044513
        }
    ]
}