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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=597",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=595",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 596,
    "results": [
        {
            "start": 1265013736,
            "stop": 1265013757
        },
        {
            "start": 1265013758,
            "stop": 1265013764
        },
        {
            "start": 1265013765,
            "stop": 1265013768
        },
        {
            "start": 1265013769,
            "stop": 1265013813
        },
        {
            "start": 1265013814,
            "stop": 1265013826
        },
        {
            "start": 1265013827,
            "stop": 1265013828
        },
        {
            "start": 1265013829,
            "stop": 1265013850
        },
        {
            "start": 1265013851,
            "stop": 1265013860
        },
        {
            "start": 1265013861,
            "stop": 1265013865
        },
        {
            "start": 1265013866,
            "stop": 1265013873
        },
        {
            "start": 1265013874,
            "stop": 1265013875
        },
        {
            "start": 1265013876,
            "stop": 1265013895
        },
        {
            "start": 1265013897,
            "stop": 1265013904
        },
        {
            "start": 1265013905,
            "stop": 1265013906
        },
        {
            "start": 1265013907,
            "stop": 1265013909
        },
        {
            "start": 1265013910,
            "stop": 1265013914
        },
        {
            "start": 1265013915,
            "stop": 1265013916
        },
        {
            "start": 1265013918,
            "stop": 1265013943
        },
        {
            "start": 1265013945,
            "stop": 1265013972
        },
        {
            "start": 1265013973,
            "stop": 1265013975
        }
    ]
}