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=5153
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=5154",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5152",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5153,
    "results": [
        {
            "start": 1136996265,
            "stop": 1136996272
        },
        {
            "start": 1136996274,
            "stop": 1136996285
        },
        {
            "start": 1136996287,
            "stop": 1136996294
        },
        {
            "start": 1136996298,
            "stop": 1136996308
        },
        {
            "start": 1136996310,
            "stop": 1136996319
        },
        {
            "start": 1136996321,
            "stop": 1136996332
        },
        {
            "start": 1136996334,
            "stop": 1136996341
        },
        {
            "start": 1136996349,
            "stop": 1136996354
        },
        {
            "start": 1136996356,
            "stop": 1136996364
        },
        {
            "start": 1136996366,
            "stop": 1136996376
        },
        {
            "start": 1136996378,
            "stop": 1136996388
        },
        {
            "start": 1136996390,
            "stop": 1136996400
        },
        {
            "start": 1136996402,
            "stop": 1136996410
        },
        {
            "start": 1136996412,
            "stop": 1136996421
        },
        {
            "start": 1136996423,
            "stop": 1136996424
        },
        {
            "start": 1136996426,
            "stop": 1136996432
        },
        {
            "start": 1136996434,
            "stop": 1136996448
        },
        {
            "start": 1136996450,
            "stop": 1136996453
        },
        {
            "start": 1136996456,
            "stop": 1136996470
        },
        {
            "start": 1136996474,
            "stop": 1136996509
        }
    ]
}