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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=10",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 11,
    "results": [
        {
            "start": 1241051005,
            "stop": 1241065031
        },
        {
            "start": 1241065072,
            "stop": 1241082565
        },
        {
            "start": 1241082620,
            "stop": 1241126177
        },
        {
            "start": 1241126185,
            "stop": 1241136345
        },
        {
            "start": 1241136353,
            "stop": 1241139240
        },
        {
            "start": 1241139335,
            "stop": 1241173086
        },
        {
            "start": 1241173164,
            "stop": 1241214103
        },
        {
            "start": 1241221068,
            "stop": 1241241636
        },
        {
            "start": 1241261060,
            "stop": 1241279310
        },
        {
            "start": 1241279311,
            "stop": 1241340744
        },
        {
            "start": 1241340764,
            "stop": 1241355853
        },
        {
            "start": 1241355942,
            "stop": 1241362866
        },
        {
            "start": 1241373957,
            "stop": 1241378393
        },
        {
            "start": 1241379736,
            "stop": 1241400099
        },
        {
            "start": 1241400167,
            "stop": 1241411406
        },
        {
            "start": 1241411496,
            "stop": 1241428432
        },
        {
            "start": 1241429875,
            "stop": 1241443222
        },
        {
            "start": 1241443269,
            "stop": 1241480468
        },
        {
            "start": 1241480599,
            "stop": 1241480601
        },
        {
            "start": 1241481305,
            "stop": 1241483805
        }
    ]
}