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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 161,
    "results": [
        {
            "start": 1126722967,
            "stop": 1126723045
        },
        {
            "start": 1126723046,
            "stop": 1126723138
        },
        {
            "start": 1126723140,
            "stop": 1126723276
        },
        {
            "start": 1126723278,
            "stop": 1126723655
        },
        {
            "start": 1126723656,
            "stop": 1126723925
        },
        {
            "start": 1126723932,
            "stop": 1126724036
        },
        {
            "start": 1126724037,
            "stop": 1126724404
        },
        {
            "start": 1126724405,
            "stop": 1126724760
        },
        {
            "start": 1126724761,
            "stop": 1126725139
        },
        {
            "start": 1126725140,
            "stop": 1126725201
        },
        {
            "start": 1126725203,
            "stop": 1126725516
        },
        {
            "start": 1126725518,
            "stop": 1126725920
        },
        {
            "start": 1126725921,
            "stop": 1126725994
        },
        {
            "start": 1126725995,
            "stop": 1126726236
        },
        {
            "start": 1126726238,
            "stop": 1126726314
        },
        {
            "start": 1126726316,
            "stop": 1126726407
        },
        {
            "start": 1126726408,
            "stop": 1126726540
        },
        {
            "start": 1126726546,
            "stop": 1126726599
        },
        {
            "start": 1126726601,
            "stop": 1126726602
        },
        {
            "start": 1126726604,
            "stop": 1126726694
        }
    ]
}