Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=181
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=180",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 181,
    "results": [
        {
            "start": 1136007243,
            "stop": 1136012321
        },
        {
            "start": 1136012330,
            "stop": 1136018927
        },
        {
            "start": 1136018935,
            "stop": 1136022281
        },
        {
            "start": 1136022289,
            "stop": 1136024578
        },
        {
            "start": 1136032651,
            "stop": 1136035401
        },
        {
            "start": 1136035409,
            "stop": 1136037730
        },
        {
            "start": 1136037737,
            "stop": 1136038086
        },
        {
            "start": 1136038094,
            "stop": 1136038415
        },
        {
            "start": 1136090432,
            "stop": 1136091020
        },
        {
            "start": 1136106654,
            "stop": 1136111880
        },
        {
            "start": 1136111882,
            "stop": 1136112357
        },
        {
            "start": 1136112365,
            "stop": 1136113063
        },
        {
            "start": 1136113070,
            "stop": 1136116366
        },
        {
            "start": 1136116706,
            "stop": 1136122916
        },
        {
            "start": 1136164549,
            "stop": 1136171236
        },
        {
            "start": 1136171244,
            "stop": 1136176724
        },
        {
            "start": 1136180347,
            "stop": 1136180543
        },
        {
            "start": 1136180545,
            "stop": 1136181264
        },
        {
            "start": 1136192801,
            "stop": 1136197586
        },
        {
            "start": 1136197594,
            "stop": 1136200346
        }
    ]
}