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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=49",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 50,
    "results": [
        {
            "start": 817337308,
            "stop": 817338853
        },
        {
            "start": 817338856,
            "stop": 817339320
        },
        {
            "start": 817339380,
            "stop": 817339658
        },
        {
            "start": 817339661,
            "stop": 817339798
        },
        {
            "start": 817339815,
            "stop": 817340157
        },
        {
            "start": 817340160,
            "stop": 817340212
        },
        {
            "start": 817340215,
            "stop": 817340232
        },
        {
            "start": 817340236,
            "stop": 817340293
        },
        {
            "start": 817340296,
            "stop": 817340627
        },
        {
            "start": 817343183,
            "stop": 817343199
        },
        {
            "start": 817343221,
            "stop": 817345278
        },
        {
            "start": 817345281,
            "stop": 817345806
        },
        {
            "start": 817345823,
            "stop": 817345899
        },
        {
            "start": 817345921,
            "stop": 817346912
        },
        {
            "start": 817348937,
            "stop": 817350867
        },
        {
            "start": 817350871,
            "stop": 817350935
        },
        {
            "start": 817352166,
            "stop": 817353353
        },
        {
            "start": 817353587,
            "stop": 817354010
        },
        {
            "start": 817354027,
            "stop": 817354035
        },
        {
            "start": 817354052,
            "stop": 817358316
        }
    ]
}