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=5285
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=5286",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5284",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5285,
    "results": [
        {
            "start": 1137083186,
            "stop": 1137083199
        },
        {
            "start": 1137083201,
            "stop": 1137083202
        },
        {
            "start": 1137083204,
            "stop": 1137083226
        },
        {
            "start": 1137083228,
            "stop": 1137083248
        },
        {
            "start": 1137083250,
            "stop": 1137083257
        },
        {
            "start": 1137083259,
            "stop": 1137083268
        },
        {
            "start": 1137083270,
            "stop": 1137083280
        },
        {
            "start": 1137083282,
            "stop": 1137083298
        },
        {
            "start": 1137083300,
            "stop": 1137083317
        },
        {
            "start": 1137083319,
            "stop": 1137083363
        },
        {
            "start": 1137083365,
            "stop": 1137083416
        },
        {
            "start": 1137083418,
            "stop": 1137083423
        },
        {
            "start": 1137083425,
            "stop": 1137083427
        },
        {
            "start": 1137083429,
            "stop": 1137083452
        },
        {
            "start": 1137083454,
            "stop": 1137083459
        },
        {
            "start": 1137083461,
            "stop": 1137083468
        },
        {
            "start": 1137083470,
            "stop": 1137083472
        },
        {
            "start": 1137083473,
            "stop": 1137083475
        },
        {
            "start": 1137083477,
            "stop": 1137083498
        },
        {
            "start": 1137083500,
            "stop": 1137083504
        }
    ]
}