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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9780",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9781,
    "results": [
        {
            "start": 873741457,
            "stop": 873741824
        },
        {
            "start": 873741827,
            "stop": 873743411
        },
        {
            "start": 873743414,
            "stop": 873743630
        },
        {
            "start": 873743633,
            "stop": 873743667
        },
        {
            "start": 873743670,
            "stop": 873743674
        },
        {
            "start": 873743677,
            "stop": 873743683
        },
        {
            "start": 873743687,
            "stop": 873743728
        },
        {
            "start": 873743731,
            "stop": 873743933
        },
        {
            "start": 873743936,
            "stop": 873744072
        },
        {
            "start": 873744075,
            "stop": 873744081
        },
        {
            "start": 873744084,
            "stop": 873745185
        },
        {
            "start": 873745188,
            "stop": 873745311
        },
        {
            "start": 873745314,
            "stop": 873745593
        },
        {
            "start": 873745596,
            "stop": 873745597
        },
        {
            "start": 873745600,
            "stop": 873745618
        },
        {
            "start": 873745621,
            "stop": 873746007
        },
        {
            "start": 873746012,
            "stop": 873746557
        },
        {
            "start": 873746561,
            "stop": 873746711
        },
        {
            "start": 873746714,
            "stop": 873747163
        },
        {
            "start": 873747166,
            "stop": 873747190
        }
    ]
}