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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 74,
    "results": [
        {
            "start": 1126535093,
            "stop": 1126535113
        },
        {
            "start": 1126535116,
            "stop": 1126535148
        },
        {
            "start": 1126535149,
            "stop": 1126535150
        },
        {
            "start": 1126535161,
            "stop": 1126535162
        },
        {
            "start": 1126535163,
            "stop": 1126535164
        },
        {
            "start": 1126535167,
            "stop": 1126535219
        },
        {
            "start": 1126535220,
            "stop": 1126535223
        },
        {
            "start": 1126535229,
            "stop": 1126535230
        },
        {
            "start": 1126535232,
            "stop": 1126535235
        },
        {
            "start": 1126535236,
            "stop": 1126535263
        },
        {
            "start": 1126535265,
            "stop": 1126535267
        },
        {
            "start": 1126535269,
            "stop": 1126535270
        },
        {
            "start": 1126535272,
            "stop": 1126535274
        },
        {
            "start": 1126535275,
            "stop": 1126535278
        },
        {
            "start": 1126535279,
            "stop": 1126535281
        },
        {
            "start": 1126535283,
            "stop": 1126535288
        },
        {
            "start": 1126535290,
            "stop": 1126535293
        },
        {
            "start": 1126535294,
            "stop": 1126535302
        },
        {
            "start": 1126535304,
            "stop": 1126535306
        },
        {
            "start": 1126535308,
            "stop": 1126535309
        }
    ]
}