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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41003",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41004,
    "results": [
        {
            "start": 875151288,
            "stop": 875151289
        },
        {
            "start": 875151291,
            "stop": 875151298
        },
        {
            "start": 875151300,
            "stop": 875151317
        },
        {
            "start": 875151318,
            "stop": 875151321
        },
        {
            "start": 875151322,
            "stop": 875151339
        },
        {
            "start": 875151340,
            "stop": 875151343
        },
        {
            "start": 875151344,
            "stop": 875151443
        },
        {
            "start": 875151444,
            "stop": 875151521
        },
        {
            "start": 875151522,
            "stop": 875151525
        },
        {
            "start": 875151526,
            "stop": 875151587
        },
        {
            "start": 875151589,
            "stop": 875151597
        },
        {
            "start": 875151598,
            "stop": 875151610
        },
        {
            "start": 875151611,
            "stop": 875151638
        },
        {
            "start": 875151639,
            "stop": 875151649
        },
        {
            "start": 875151650,
            "stop": 875151660
        },
        {
            "start": 875151662,
            "stop": 875151689
        },
        {
            "start": 875151690,
            "stop": 875151716
        },
        {
            "start": 875151717,
            "stop": 875151734
        },
        {
            "start": 875151735,
            "stop": 875151740
        },
        {
            "start": 875151742,
            "stop": 875151751
        }
    ]
}