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=40611
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=40612",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40610",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40611,
    "results": [
        {
            "start": 874888320,
            "stop": 874888340
        },
        {
            "start": 874888341,
            "stop": 874888361
        },
        {
            "start": 874888362,
            "stop": 874888366
        },
        {
            "start": 874888367,
            "stop": 874888383
        },
        {
            "start": 874888384,
            "stop": 874888406
        },
        {
            "start": 874888407,
            "stop": 874888414
        },
        {
            "start": 874888415,
            "stop": 874888421
        },
        {
            "start": 874888422,
            "stop": 874888434
        },
        {
            "start": 874888435,
            "stop": 874888446
        },
        {
            "start": 874888448,
            "stop": 874888468
        },
        {
            "start": 874888469,
            "stop": 874888489
        },
        {
            "start": 874888490,
            "stop": 874888496
        },
        {
            "start": 874888497,
            "stop": 874888508
        },
        {
            "start": 874888510,
            "stop": 874888543
        },
        {
            "start": 874888544,
            "stop": 874888556
        },
        {
            "start": 874888557,
            "stop": 874888559
        },
        {
            "start": 874888560,
            "stop": 874888617
        },
        {
            "start": 874888618,
            "stop": 874888662
        },
        {
            "start": 874888664,
            "stop": 874888704
        },
        {
            "start": 874888706,
            "stop": 874888711
        }
    ]
}