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=6856
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=6857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6855",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6856,
    "results": [
        {
            "start": 873232450,
            "stop": 873232459
        },
        {
            "start": 873232462,
            "stop": 873232771
        },
        {
            "start": 873232775,
            "stop": 873232849
        },
        {
            "start": 873232853,
            "stop": 873232858
        },
        {
            "start": 873232862,
            "stop": 873232958
        },
        {
            "start": 873232962,
            "stop": 873232993
        },
        {
            "start": 873232997,
            "stop": 873233001
        },
        {
            "start": 873233005,
            "stop": 873233025
        },
        {
            "start": 873233029,
            "stop": 873233052
        },
        {
            "start": 873233056,
            "stop": 873233066
        },
        {
            "start": 873233070,
            "stop": 873233844
        },
        {
            "start": 873233847,
            "stop": 873233869
        },
        {
            "start": 873233872,
            "stop": 873234000
        },
        {
            "start": 873234060,
            "stop": 873234335
        },
        {
            "start": 873234339,
            "stop": 873234731
        },
        {
            "start": 873234734,
            "stop": 873234736
        },
        {
            "start": 873234739,
            "stop": 873234830
        },
        {
            "start": 873234835,
            "stop": 873235092
        },
        {
            "start": 873235095,
            "stop": 873235252
        },
        {
            "start": 873235255,
            "stop": 873235995
        }
    ]
}