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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=170",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 171,
    "results": [
        {
            "start": 931599935,
            "stop": 931599936
        },
        {
            "start": 931599939,
            "stop": 931599941
        },
        {
            "start": 931599949,
            "stop": 931599950
        },
        {
            "start": 931599952,
            "stop": 931599959
        },
        {
            "start": 931599962,
            "stop": 931599965
        },
        {
            "start": 931599967,
            "stop": 931599969
        },
        {
            "start": 931599972,
            "stop": 931599988
        },
        {
            "start": 931599991,
            "stop": 931599992
        },
        {
            "start": 931599995,
            "stop": 931600001
        },
        {
            "start": 931600004,
            "stop": 931600007
        },
        {
            "start": 931600012,
            "stop": 931600016
        },
        {
            "start": 931600019,
            "stop": 931600022
        },
        {
            "start": 931600030,
            "stop": 931600032
        },
        {
            "start": 931600035,
            "stop": 931600039
        },
        {
            "start": 931600042,
            "stop": 931600045
        },
        {
            "start": 931600049,
            "stop": 931600058
        },
        {
            "start": 931600061,
            "stop": 931600064
        },
        {
            "start": 931600072,
            "stop": 931600076
        },
        {
            "start": 931600086,
            "stop": 931600090
        },
        {
            "start": 931600093,
            "stop": 931600097
        }
    ]
}