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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=24",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 25,
    "results": [
        {
            "start": 931077526,
            "stop": 931077528
        },
        {
            "start": 931077529,
            "stop": 931077536
        },
        {
            "start": 931077539,
            "stop": 931077541
        },
        {
            "start": 931077545,
            "stop": 931077547
        },
        {
            "start": 931077550,
            "stop": 931077562
        },
        {
            "start": 931077563,
            "stop": 931077569
        },
        {
            "start": 931077570,
            "stop": 931077571
        },
        {
            "start": 931077572,
            "stop": 931077577
        },
        {
            "start": 931077578,
            "stop": 931077579
        },
        {
            "start": 931077580,
            "stop": 931077585
        },
        {
            "start": 931077586,
            "stop": 931077593
        },
        {
            "start": 931077594,
            "stop": 931077603
        },
        {
            "start": 931077605,
            "stop": 931077609
        },
        {
            "start": 931077610,
            "stop": 931077622
        },
        {
            "start": 931077623,
            "stop": 931077629
        },
        {
            "start": 931077632,
            "stop": 931077634
        },
        {
            "start": 931077635,
            "stop": 931077645
        },
        {
            "start": 931077646,
            "stop": 931077654
        },
        {
            "start": 931077655,
            "stop": 931077656
        },
        {
            "start": 931077657,
            "stop": 931077658
        }
    ]
}