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/S6/timelines/H1_BURST_CAT3H/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/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=23",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 24,
    "results": [
        {
            "start": 931077392,
            "stop": 931077394
        },
        {
            "start": 931077395,
            "stop": 931077397
        },
        {
            "start": 931077399,
            "stop": 931077404
        },
        {
            "start": 931077405,
            "stop": 931077416
        },
        {
            "start": 931077417,
            "stop": 931077418
        },
        {
            "start": 931077420,
            "stop": 931077423
        },
        {
            "start": 931077425,
            "stop": 931077435
        },
        {
            "start": 931077436,
            "stop": 931077442
        },
        {
            "start": 931077443,
            "stop": 931077446
        },
        {
            "start": 931077448,
            "stop": 931077450
        },
        {
            "start": 931077452,
            "stop": 931077453
        },
        {
            "start": 931077454,
            "stop": 931077457
        },
        {
            "start": 931077458,
            "stop": 931077460
        },
        {
            "start": 931077461,
            "stop": 931077464
        },
        {
            "start": 931077465,
            "stop": 931077488
        },
        {
            "start": 931077489,
            "stop": 931077490
        },
        {
            "start": 931077492,
            "stop": 931077497
        },
        {
            "start": 931077498,
            "stop": 931077509
        },
        {
            "start": 931077510,
            "stop": 931077515
        },
        {
            "start": 931077518,
            "stop": 931077521
        }
    ]
}