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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=112",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 113,
    "results": [
        {
            "start": 1259760256,
            "stop": 1259761320
        },
        {
            "start": 1259761325,
            "stop": 1259761883
        },
        {
            "start": 1259761888,
            "stop": 1259763674
        },
        {
            "start": 1259763675,
            "stop": 1259765641
        },
        {
            "start": 1259791400,
            "stop": 1259792254
        },
        {
            "start": 1259792258,
            "stop": 1259792351
        },
        {
            "start": 1259792354,
            "stop": 1259792900
        },
        {
            "start": 1259798434,
            "stop": 1259802616
        },
        {
            "start": 1259802619,
            "stop": 1259803189
        },
        {
            "start": 1259803192,
            "stop": 1259806104
        },
        {
            "start": 1259806108,
            "stop": 1259807754
        },
        {
            "start": 1259807755,
            "stop": 1259808779
        },
        {
            "start": 1259808783,
            "stop": 1259810134
        },
        {
            "start": 1259810136,
            "stop": 1259810306
        },
        {
            "start": 1259810308,
            "stop": 1259811146
        },
        {
            "start": 1259811148,
            "stop": 1259812563
        },
        {
            "start": 1259812565,
            "stop": 1259812936
        },
        {
            "start": 1259812939,
            "stop": 1259813593
        },
        {
            "start": 1259813594,
            "stop": 1259813786
        },
        {
            "start": 1259813790,
            "stop": 1259814056
        }
    ]
}