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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46651",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46652,
    "results": [
        {
            "start": 875032311,
            "stop": 875032325
        },
        {
            "start": 875032329,
            "stop": 875032336
        },
        {
            "start": 875032338,
            "stop": 875032339
        },
        {
            "start": 875032343,
            "stop": 875032346
        },
        {
            "start": 875032347,
            "stop": 875032355
        },
        {
            "start": 875032356,
            "stop": 875032357
        },
        {
            "start": 875032358,
            "stop": 875032369
        },
        {
            "start": 875032371,
            "stop": 875032374
        },
        {
            "start": 875032377,
            "stop": 875032382
        },
        {
            "start": 875032383,
            "stop": 875032384
        },
        {
            "start": 875032385,
            "stop": 875032389
        },
        {
            "start": 875032390,
            "stop": 875032391
        },
        {
            "start": 875032394,
            "stop": 875032395
        },
        {
            "start": 875032396,
            "stop": 875032399
        },
        {
            "start": 875032400,
            "stop": 875032403
        },
        {
            "start": 875032404,
            "stop": 875032424
        },
        {
            "start": 875032425,
            "stop": 875032427
        },
        {
            "start": 875032428,
            "stop": 875032431
        },
        {
            "start": 875032432,
            "stop": 875032435
        },
        {
            "start": 875032436,
            "stop": 875032438
        }
    ]
}