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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1700",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1698",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1699,
    "results": [
        {
            "start": 957610382,
            "stop": 957610987
        },
        {
            "start": 957614214,
            "stop": 957617366
        },
        {
            "start": 957664437,
            "stop": 957665849
        },
        {
            "start": 957665851,
            "stop": 957666020
        },
        {
            "start": 957666022,
            "stop": 957666454
        },
        {
            "start": 957668969,
            "stop": 957669245
        },
        {
            "start": 957669247,
            "stop": 957669914
        },
        {
            "start": 957669916,
            "stop": 957670798
        },
        {
            "start": 957670800,
            "stop": 957671189
        },
        {
            "start": 957672063,
            "stop": 957672391
        },
        {
            "start": 957672393,
            "stop": 957672841
        },
        {
            "start": 957672843,
            "stop": 957673378
        },
        {
            "start": 957673380,
            "stop": 957673573
        },
        {
            "start": 957673575,
            "stop": 957674397
        },
        {
            "start": 957674399,
            "stop": 957674681
        },
        {
            "start": 957674683,
            "stop": 957674705
        },
        {
            "start": 957674706,
            "stop": 957674784
        },
        {
            "start": 957674786,
            "stop": 957674834
        },
        {
            "start": 957674836,
            "stop": 957675928
        },
        {
            "start": 957675930,
            "stop": 957675996
        }
    ]
}