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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16684",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16685,
    "results": [
        {
            "start": 874914358,
            "stop": 874914362
        },
        {
            "start": 874914368,
            "stop": 874914401
        },
        {
            "start": 874914404,
            "stop": 874914407
        },
        {
            "start": 874914413,
            "stop": 874914417
        },
        {
            "start": 874914418,
            "stop": 874914606
        },
        {
            "start": 874914608,
            "stop": 874914746
        },
        {
            "start": 874914748,
            "stop": 874914765
        },
        {
            "start": 874914766,
            "stop": 874914773
        },
        {
            "start": 874914775,
            "stop": 874914776
        },
        {
            "start": 874914777,
            "stop": 874914778
        },
        {
            "start": 874914779,
            "stop": 874914793
        },
        {
            "start": 874914796,
            "stop": 874914838
        },
        {
            "start": 874914840,
            "stop": 874914853
        },
        {
            "start": 874914856,
            "stop": 874914857
        },
        {
            "start": 874914860,
            "stop": 874914883
        },
        {
            "start": 874914888,
            "stop": 874915080
        },
        {
            "start": 874915081,
            "stop": 874915358
        },
        {
            "start": 874915359,
            "stop": 874915422
        },
        {
            "start": 874915424,
            "stop": 874915520
        },
        {
            "start": 874915521,
            "stop": 874916144
        }
    ]
}