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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 154,
    "results": [
        {
            "start": 1126676274,
            "stop": 1126676360
        },
        {
            "start": 1126676362,
            "stop": 1126676396
        },
        {
            "start": 1126676397,
            "stop": 1126676471
        },
        {
            "start": 1126676473,
            "stop": 1126676592
        },
        {
            "start": 1126676593,
            "stop": 1126676594
        },
        {
            "start": 1126676595,
            "stop": 1126676597
        },
        {
            "start": 1126676717,
            "stop": 1126676744
        },
        {
            "start": 1126676746,
            "stop": 1126676749
        },
        {
            "start": 1126676758,
            "stop": 1126676759
        },
        {
            "start": 1126676768,
            "stop": 1126676783
        },
        {
            "start": 1126676785,
            "stop": 1126676789
        },
        {
            "start": 1126676790,
            "stop": 1126676791
        },
        {
            "start": 1126676792,
            "stop": 1126676821
        },
        {
            "start": 1126676822,
            "stop": 1126676823
        },
        {
            "start": 1126676840,
            "stop": 1126676888
        },
        {
            "start": 1126676890,
            "stop": 1126676896
        },
        {
            "start": 1126676897,
            "stop": 1126676900
        },
        {
            "start": 1126676903,
            "stop": 1126676904
        },
        {
            "start": 1126676909,
            "stop": 1126676911
        },
        {
            "start": 1126676912,
            "stop": 1126676933
        }
    ]
}