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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=780",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=778",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 779,
    "results": [
        {
            "start": 1268204341,
            "stop": 1268204365
        },
        {
            "start": 1268204367,
            "stop": 1268205003
        },
        {
            "start": 1268205007,
            "stop": 1268206064
        },
        {
            "start": 1268206066,
            "stop": 1268206888
        },
        {
            "start": 1268206892,
            "stop": 1268208089
        },
        {
            "start": 1268208091,
            "stop": 1268208269
        },
        {
            "start": 1268208270,
            "stop": 1268208585
        },
        {
            "start": 1268208586,
            "stop": 1268208690
        },
        {
            "start": 1268208696,
            "stop": 1268209308
        },
        {
            "start": 1268209311,
            "stop": 1268210141
        },
        {
            "start": 1268210144,
            "stop": 1268213728
        },
        {
            "start": 1268213733,
            "stop": 1268215638
        },
        {
            "start": 1268215640,
            "stop": 1268215903
        },
        {
            "start": 1268230068,
            "stop": 1268231526
        },
        {
            "start": 1268231527,
            "stop": 1268232288
        },
        {
            "start": 1268232290,
            "stop": 1268232716
        },
        {
            "start": 1268232719,
            "stop": 1268233652
        },
        {
            "start": 1268233657,
            "stop": 1268234782
        },
        {
            "start": 1268234787,
            "stop": 1268234948
        },
        {
            "start": 1268234950,
            "stop": 1268235164
        }
    ]
}