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/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=184",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 185,
    "results": [
        {
            "start": 1261537080,
            "stop": 1261537249
        },
        {
            "start": 1261537254,
            "stop": 1261537257
        },
        {
            "start": 1261537261,
            "stop": 1261541431
        },
        {
            "start": 1261541433,
            "stop": 1261542724
        },
        {
            "start": 1261542729,
            "stop": 1261547303
        },
        {
            "start": 1261547306,
            "stop": 1261560293
        },
        {
            "start": 1261560296,
            "stop": 1261561276
        },
        {
            "start": 1261561280,
            "stop": 1261561596
        },
        {
            "start": 1261561597,
            "stop": 1261564298
        },
        {
            "start": 1261564301,
            "stop": 1261565986
        },
        {
            "start": 1261565989,
            "stop": 1261568484
        },
        {
            "start": 1261568487,
            "stop": 1261568583
        },
        {
            "start": 1261568586,
            "stop": 1261569263
        },
        {
            "start": 1261569267,
            "stop": 1261573296
        },
        {
            "start": 1261573297,
            "stop": 1261576336
        },
        {
            "start": 1261576340,
            "stop": 1261578468
        },
        {
            "start": 1261578472,
            "stop": 1261579452
        },
        {
            "start": 1261579456,
            "stop": 1261580528
        },
        {
            "start": 1261583854,
            "stop": 1261585649
        },
        {
            "start": 1261585652,
            "stop": 1261590714
        }
    ]
}