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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=557",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 558,
    "results": [
        {
            "start": 872462057,
            "stop": 872468655
        },
        {
            "start": 872468660,
            "stop": 872468677
        },
        {
            "start": 872468683,
            "stop": 872515619
        },
        {
            "start": 872518631,
            "stop": 872519123
        },
        {
            "start": 872519127,
            "stop": 872519133
        },
        {
            "start": 872519136,
            "stop": 872519143
        },
        {
            "start": 872519147,
            "stop": 872519152
        },
        {
            "start": 872519155,
            "stop": 872519157
        },
        {
            "start": 872519162,
            "stop": 872522272
        },
        {
            "start": 872522278,
            "stop": 872522327
        },
        {
            "start": 872522333,
            "stop": 872524720
        },
        {
            "start": 872524724,
            "stop": 872526226
        },
        {
            "start": 872526229,
            "stop": 872526230
        },
        {
            "start": 872526233,
            "stop": 872526236
        },
        {
            "start": 872526241,
            "stop": 872527140
        },
        {
            "start": 872527200,
            "stop": 872530451
        },
        {
            "start": 872530460,
            "stop": 872530461
        },
        {
            "start": 872530595,
            "stop": 872532458
        },
        {
            "start": 872532463,
            "stop": 872532470
        },
        {
            "start": 872532476,
            "stop": 872532488
        }
    ]
}