Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=219
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=218",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 219,
    "results": [
        {
            "start": 1389044814,
            "stop": 1389044838
        },
        {
            "start": 1389044843,
            "stop": 1389044850
        },
        {
            "start": 1389044855,
            "stop": 1389050641
        },
        {
            "start": 1389050646,
            "stop": 1389056916
        },
        {
            "start": 1389056921,
            "stop": 1389069636
        },
        {
            "start": 1389069641,
            "stop": 1389074040
        },
        {
            "start": 1389079487,
            "stop": 1389081003
        },
        {
            "start": 1389099538,
            "stop": 1389100116
        },
        {
            "start": 1389255121,
            "stop": 1389255358
        },
        {
            "start": 1389257331,
            "stop": 1389260982
        },
        {
            "start": 1389260985,
            "stop": 1389262567
        },
        {
            "start": 1389269038,
            "stop": 1389271358
        },
        {
            "start": 1389271361,
            "stop": 1389273442
        },
        {
            "start": 1389273445,
            "stop": 1389275496
        },
        {
            "start": 1389275499,
            "stop": 1389277248
        },
        {
            "start": 1389277251,
            "stop": 1389279832
        },
        {
            "start": 1389279835,
            "stop": 1389281358
        },
        {
            "start": 1389281363,
            "stop": 1389284870
        },
        {
            "start": 1389284873,
            "stop": 1389288622
        },
        {
            "start": 1389288626,
            "stop": 1389292338
        }
    ]
}