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/O1/timelines/H1_BURST_CAT2/segments?format=api&page=217
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=216",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 217,
    "results": [
        {
            "start": 1136407590,
            "stop": 1136407602
        },
        {
            "start": 1136407606,
            "stop": 1136407610
        },
        {
            "start": 1136407613,
            "stop": 1136407643
        },
        {
            "start": 1136407652,
            "stop": 1136407691
        },
        {
            "start": 1136407694,
            "stop": 1136407709
        },
        {
            "start": 1136407712,
            "stop": 1136407743
        },
        {
            "start": 1136407749,
            "stop": 1136407756
        },
        {
            "start": 1136407760,
            "stop": 1136407761
        },
        {
            "start": 1136407765,
            "stop": 1136407766
        },
        {
            "start": 1136407769,
            "stop": 1136407770
        },
        {
            "start": 1136407779,
            "stop": 1136407782
        },
        {
            "start": 1136407785,
            "stop": 1136407798
        },
        {
            "start": 1136407806,
            "stop": 1136407815
        },
        {
            "start": 1136407818,
            "stop": 1136407820
        },
        {
            "start": 1136407823,
            "stop": 1136407854
        },
        {
            "start": 1136407872,
            "stop": 1136407878
        },
        {
            "start": 1136407892,
            "stop": 1136407910
        },
        {
            "start": 1136407913,
            "stop": 1136407914
        },
        {
            "start": 1136407938,
            "stop": 1136407939
        },
        {
            "start": 1136407942,
            "stop": 1136407944
        }
    ]
}