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=40990
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=40991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40989",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40990,
    "results": [
        {
            "start": 875143976,
            "stop": 875143977
        },
        {
            "start": 875143979,
            "stop": 875144155
        },
        {
            "start": 875144156,
            "stop": 875144195
        },
        {
            "start": 875144196,
            "stop": 875144204
        },
        {
            "start": 875144206,
            "stop": 875144210
        },
        {
            "start": 875144211,
            "stop": 875144237
        },
        {
            "start": 875144238,
            "stop": 875144253
        },
        {
            "start": 875144254,
            "stop": 875144301
        },
        {
            "start": 875144304,
            "stop": 875144315
        },
        {
            "start": 875144316,
            "stop": 875144357
        },
        {
            "start": 875144359,
            "stop": 875144364
        },
        {
            "start": 875144366,
            "stop": 875144396
        },
        {
            "start": 875144397,
            "stop": 875144503
        },
        {
            "start": 875144505,
            "stop": 875144520
        },
        {
            "start": 875144521,
            "stop": 875144541
        },
        {
            "start": 875144542,
            "stop": 875144555
        },
        {
            "start": 875144557,
            "stop": 875144559
        },
        {
            "start": 875144560,
            "stop": 875144573
        },
        {
            "start": 875144575,
            "stop": 875144582
        },
        {
            "start": 875144584,
            "stop": 875144636
        }
    ]
}