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=6952
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=6953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6951",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6952,
    "results": [
        {
            "start": 873744656,
            "stop": 873744726
        },
        {
            "start": 873744732,
            "stop": 873744742
        },
        {
            "start": 873744745,
            "stop": 873744760
        },
        {
            "start": 873744763,
            "stop": 873744868
        },
        {
            "start": 873744872,
            "stop": 873744880
        },
        {
            "start": 873744884,
            "stop": 873745101
        },
        {
            "start": 873745105,
            "stop": 873745137
        },
        {
            "start": 873745140,
            "stop": 873745185
        },
        {
            "start": 873745188,
            "stop": 873745272
        },
        {
            "start": 873745275,
            "stop": 873745297
        },
        {
            "start": 873745307,
            "stop": 873745311
        },
        {
            "start": 873745314,
            "stop": 873745396
        },
        {
            "start": 873745400,
            "stop": 873745472
        },
        {
            "start": 873745476,
            "stop": 873745479
        },
        {
            "start": 873745482,
            "stop": 873745572
        },
        {
            "start": 873745576,
            "stop": 873745593
        },
        {
            "start": 873745596,
            "stop": 873745597
        },
        {
            "start": 873745600,
            "stop": 873745618
        },
        {
            "start": 873745621,
            "stop": 873745648
        },
        {
            "start": 873745653,
            "stop": 873745703
        }
    ]
}