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=6989
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=6990",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6988",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6989,
    "results": [
        {
            "start": 873831406,
            "stop": 873831416
        },
        {
            "start": 873831420,
            "stop": 873831464
        },
        {
            "start": 873831467,
            "stop": 873831500
        },
        {
            "start": 873831504,
            "stop": 873831515
        },
        {
            "start": 873831519,
            "stop": 873831660
        },
        {
            "start": 873831720,
            "stop": 873831743
        },
        {
            "start": 873831747,
            "stop": 873831749
        },
        {
            "start": 873831753,
            "stop": 873831756
        },
        {
            "start": 873831761,
            "stop": 873831763
        },
        {
            "start": 873831768,
            "stop": 873831947
        },
        {
            "start": 873831951,
            "stop": 873832013
        },
        {
            "start": 873832017,
            "stop": 873832026
        },
        {
            "start": 873832031,
            "stop": 873832070
        },
        {
            "start": 873832074,
            "stop": 873832164
        },
        {
            "start": 873832167,
            "stop": 873832371
        },
        {
            "start": 873832374,
            "stop": 873832431
        },
        {
            "start": 873832435,
            "stop": 873832454
        },
        {
            "start": 873832458,
            "stop": 873832508
        },
        {
            "start": 873832511,
            "stop": 873832515
        },
        {
            "start": 873832519,
            "stop": 873832802
        }
    ]
}