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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=213",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 214,
    "results": [
        {
            "start": 931500229,
            "stop": 931500232
        },
        {
            "start": 931500235,
            "stop": 931500238
        },
        {
            "start": 931500241,
            "stop": 931500244
        },
        {
            "start": 931500256,
            "stop": 931500257
        },
        {
            "start": 931500271,
            "stop": 931500272
        },
        {
            "start": 931500275,
            "stop": 931500280
        },
        {
            "start": 931500284,
            "stop": 931500290
        },
        {
            "start": 931500293,
            "stop": 931500304
        },
        {
            "start": 931500307,
            "stop": 931500314
        },
        {
            "start": 931500318,
            "stop": 931500323
        },
        {
            "start": 931500338,
            "stop": 931500340
        },
        {
            "start": 931500345,
            "stop": 931500346
        },
        {
            "start": 931500351,
            "stop": 931500358
        },
        {
            "start": 931500361,
            "stop": 931500364
        },
        {
            "start": 931500367,
            "stop": 931500368
        },
        {
            "start": 931500371,
            "stop": 931500374
        },
        {
            "start": 931500379,
            "stop": 931500381
        },
        {
            "start": 931500387,
            "stop": 931500391
        },
        {
            "start": 931500397,
            "stop": 931500400
        },
        {
            "start": 931500403,
            "stop": 931500404
        }
    ]
}