Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46990
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46989",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46990,
    "results": [
        {
            "start": 875218366,
            "stop": 875218396
        },
        {
            "start": 875218397,
            "stop": 875218403
        },
        {
            "start": 875218407,
            "stop": 875218423
        },
        {
            "start": 875218424,
            "stop": 875218439
        },
        {
            "start": 875218440,
            "stop": 875218449
        },
        {
            "start": 875218452,
            "stop": 875218454
        },
        {
            "start": 875218458,
            "stop": 875218463
        },
        {
            "start": 875218468,
            "stop": 875218500
        },
        {
            "start": 875218501,
            "stop": 875218529
        },
        {
            "start": 875218530,
            "stop": 875218535
        },
        {
            "start": 875218538,
            "stop": 875218539
        },
        {
            "start": 875218540,
            "stop": 875218562
        },
        {
            "start": 875218570,
            "stop": 875218578
        },
        {
            "start": 875218579,
            "stop": 875218608
        },
        {
            "start": 875218610,
            "stop": 875218611
        },
        {
            "start": 875218612,
            "stop": 875218626
        },
        {
            "start": 875218630,
            "stop": 875218689
        },
        {
            "start": 875218691,
            "stop": 875218694
        },
        {
            "start": 875218697,
            "stop": 875218735
        },
        {
            "start": 875218736,
            "stop": 875218749
        }
    ]
}