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=5288
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=5289",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5287",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5288,
    "results": [
        {
            "start": 1137084875,
            "stop": 1137084901
        },
        {
            "start": 1137084903,
            "stop": 1137084904
        },
        {
            "start": 1137084906,
            "stop": 1137084907
        },
        {
            "start": 1137084909,
            "stop": 1137085015
        },
        {
            "start": 1137085017,
            "stop": 1137085211
        },
        {
            "start": 1137085213,
            "stop": 1137085215
        },
        {
            "start": 1137085217,
            "stop": 1137085298
        },
        {
            "start": 1137085300,
            "stop": 1137085432
        },
        {
            "start": 1137085434,
            "stop": 1137085462
        },
        {
            "start": 1137085465,
            "stop": 1137085467
        },
        {
            "start": 1137085469,
            "stop": 1137085471
        },
        {
            "start": 1137085472,
            "stop": 1137085475
        },
        {
            "start": 1137085477,
            "stop": 1137085487
        },
        {
            "start": 1137085489,
            "stop": 1137085492
        },
        {
            "start": 1137085493,
            "stop": 1137085792
        },
        {
            "start": 1137085796,
            "stop": 1137085798
        },
        {
            "start": 1137085800,
            "stop": 1137085804
        },
        {
            "start": 1137085806,
            "stop": 1137085817
        },
        {
            "start": 1137085819,
            "stop": 1137085821
        },
        {
            "start": 1137085824,
            "stop": 1137085852
        }
    ]
}