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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 28,
    "results": [
        {
            "start": 1257140420,
            "stop": 1257140421
        },
        {
            "start": 1257140422,
            "stop": 1257140428
        },
        {
            "start": 1257140440,
            "stop": 1257140442
        },
        {
            "start": 1257140446,
            "stop": 1257141326
        },
        {
            "start": 1257141327,
            "stop": 1257141331
        },
        {
            "start": 1257141333,
            "stop": 1257141348
        },
        {
            "start": 1257141349,
            "stop": 1257141350
        },
        {
            "start": 1257141351,
            "stop": 1257141353
        },
        {
            "start": 1257141354,
            "stop": 1257141356
        },
        {
            "start": 1257141367,
            "stop": 1257141372
        },
        {
            "start": 1257141373,
            "stop": 1257141374
        },
        {
            "start": 1257141377,
            "stop": 1257141379
        },
        {
            "start": 1257141383,
            "stop": 1257141388
        },
        {
            "start": 1257141389,
            "stop": 1257141393
        },
        {
            "start": 1257141394,
            "stop": 1257142645
        },
        {
            "start": 1257142648,
            "stop": 1257147033
        },
        {
            "start": 1257147036,
            "stop": 1257148350
        },
        {
            "start": 1257148357,
            "stop": 1257148857
        },
        {
            "start": 1257149047,
            "stop": 1257149224
        },
        {
            "start": 1257149225,
            "stop": 1257149227
        }
    ]
}