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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=75",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 76,
    "results": [
        {
            "start": 931087436,
            "stop": 931087439
        },
        {
            "start": 931087440,
            "stop": 931087441
        },
        {
            "start": 931087442,
            "stop": 931087443
        },
        {
            "start": 931087449,
            "stop": 931087451
        },
        {
            "start": 931087453,
            "stop": 931087455
        },
        {
            "start": 931087456,
            "stop": 931087460
        },
        {
            "start": 931087462,
            "stop": 931087467
        },
        {
            "start": 931087468,
            "stop": 931087470
        },
        {
            "start": 931087473,
            "stop": 931087480
        },
        {
            "start": 931087482,
            "stop": 931087486
        },
        {
            "start": 931087490,
            "stop": 931087491
        },
        {
            "start": 931087493,
            "stop": 931087494
        },
        {
            "start": 931087495,
            "stop": 931087498
        },
        {
            "start": 931087500,
            "stop": 931087501
        },
        {
            "start": 931087502,
            "stop": 931087509
        },
        {
            "start": 931087510,
            "stop": 931087513
        },
        {
            "start": 931087514,
            "stop": 931087517
        },
        {
            "start": 931087523,
            "stop": 931087524
        },
        {
            "start": 931087525,
            "stop": 931087529
        },
        {
            "start": 931087530,
            "stop": 931087531
        }
    ]
}