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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 24,
    "results": [
        {
            "start": 1399842565,
            "stop": 1399842622
        },
        {
            "start": 1399845824,
            "stop": 1399849487
        },
        {
            "start": 1399849493,
            "stop": 1399854080
        },
        {
            "start": 1399854084,
            "stop": 1399863046
        },
        {
            "start": 1399863051,
            "stop": 1399864066
        },
        {
            "start": 1399864073,
            "stop": 1399866809
        },
        {
            "start": 1399866814,
            "stop": 1399878361
        },
        {
            "start": 1399878366,
            "stop": 1399881029
        },
        {
            "start": 1399881036,
            "stop": 1399881512
        },
        {
            "start": 1399881518,
            "stop": 1399891293
        },
        {
            "start": 1399891298,
            "stop": 1399891484
        },
        {
            "start": 1399891490,
            "stop": 1399896573
        },
        {
            "start": 1399896579,
            "stop": 1399898428
        },
        {
            "start": 1399898435,
            "stop": 1399910137
        },
        {
            "start": 1399910143,
            "stop": 1399910455
        },
        {
            "start": 1399953915,
            "stop": 1399954108
        },
        {
            "start": 1399954656,
            "stop": 1399958025
        },
        {
            "start": 1399958031,
            "stop": 1399968735
        },
        {
            "start": 1399968740,
            "stop": 1399971139
        },
        {
            "start": 1399971146,
            "stop": 1399971634
        }
    ]
}