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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6976",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6977,
    "results": [
        {
            "start": 873814837,
            "stop": 873814840
        },
        {
            "start": 873814843,
            "stop": 873814853
        },
        {
            "start": 873814856,
            "stop": 873814920
        },
        {
            "start": 873814926,
            "stop": 873814927
        },
        {
            "start": 873814930,
            "stop": 873814956
        },
        {
            "start": 873814959,
            "stop": 873814974
        },
        {
            "start": 873814979,
            "stop": 873814980
        },
        {
            "start": 873815040,
            "stop": 873815107
        },
        {
            "start": 873815112,
            "stop": 873815127
        },
        {
            "start": 873815131,
            "stop": 873815142
        },
        {
            "start": 873815146,
            "stop": 873815207
        },
        {
            "start": 873815210,
            "stop": 873815281
        },
        {
            "start": 873815284,
            "stop": 873815287
        },
        {
            "start": 873815292,
            "stop": 873815295
        },
        {
            "start": 873815299,
            "stop": 873815303
        },
        {
            "start": 873815307,
            "stop": 873815311
        },
        {
            "start": 873815318,
            "stop": 873815325
        },
        {
            "start": 873815326,
            "stop": 873815358
        },
        {
            "start": 873815362,
            "stop": 873815465
        },
        {
            "start": 873815468,
            "stop": 873815547
        }
    ]
}