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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1662",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1660",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1661,
    "results": [
        {
            "start": 1248388482,
            "stop": 1248388500
        },
        {
            "start": 1248388501,
            "stop": 1248388519
        },
        {
            "start": 1248388520,
            "stop": 1248388710
        },
        {
            "start": 1248388713,
            "stop": 1248388924
        },
        {
            "start": 1248388927,
            "stop": 1248393408
        },
        {
            "start": 1248393411,
            "stop": 1248394259
        },
        {
            "start": 1248394262,
            "stop": 1248395509
        },
        {
            "start": 1248395512,
            "stop": 1248397436
        },
        {
            "start": 1248397439,
            "stop": 1248398464
        },
        {
            "start": 1248398467,
            "stop": 1248399076
        },
        {
            "start": 1248399079,
            "stop": 1248400147
        },
        {
            "start": 1248400150,
            "stop": 1248401988
        },
        {
            "start": 1248401991,
            "stop": 1248402554
        },
        {
            "start": 1248402557,
            "stop": 1248402951
        },
        {
            "start": 1248402959,
            "stop": 1248403788
        },
        {
            "start": 1248403796,
            "stop": 1248403932
        },
        {
            "start": 1248403943,
            "stop": 1248403973
        },
        {
            "start": 1248403975,
            "stop": 1248403997
        },
        {
            "start": 1248403998,
            "stop": 1248404012
        },
        {
            "start": 1248404023,
            "stop": 1248404027
        }
    ]
}