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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=274",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 275,
    "results": [
        {
            "start": 840845836,
            "stop": 840849053
        },
        {
            "start": 840849055,
            "stop": 840851519
        },
        {
            "start": 840851724,
            "stop": 840858506
        },
        {
            "start": 840858618,
            "stop": 840868766
        },
        {
            "start": 840868768,
            "stop": 840868842
        },
        {
            "start": 840868845,
            "stop": 840868883
        },
        {
            "start": 840869545,
            "stop": 840873640
        },
        {
            "start": 840873641,
            "stop": 840884063
        },
        {
            "start": 840885364,
            "stop": 840885876
        },
        {
            "start": 840887857,
            "stop": 840887879
        },
        {
            "start": 840922523,
            "stop": 840922615
        },
        {
            "start": 840922617,
            "stop": 840923063
        },
        {
            "start": 840923064,
            "stop": 840924029
        },
        {
            "start": 840924031,
            "stop": 840924655
        },
        {
            "start": 840924656,
            "stop": 840924984
        },
        {
            "start": 840924986,
            "stop": 840926498
        },
        {
            "start": 840926567,
            "stop": 840927380
        },
        {
            "start": 840927381,
            "stop": 840927469
        },
        {
            "start": 840927471,
            "stop": 840927656
        },
        {
            "start": 840927658,
            "stop": 840928020
        }
    ]
}