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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=116",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 117,
    "results": [
        {
            "start": 826049555,
            "stop": 826050504
        },
        {
            "start": 826051450,
            "stop": 826059248
        },
        {
            "start": 826059250,
            "stop": 826059277
        },
        {
            "start": 826059280,
            "stop": 826059299
        },
        {
            "start": 826066450,
            "stop": 826073532
        },
        {
            "start": 826074010,
            "stop": 826081286
        },
        {
            "start": 826085313,
            "stop": 826094712
        },
        {
            "start": 826095955,
            "stop": 826097115
        },
        {
            "start": 826097950,
            "stop": 826106742
        },
        {
            "start": 826108854,
            "stop": 826118284
        },
        {
            "start": 826123275,
            "stop": 826123450
        },
        {
            "start": 826124172,
            "stop": 826124514
        },
        {
            "start": 826125850,
            "stop": 826125942
        },
        {
            "start": 826125944,
            "stop": 826126343
        },
        {
            "start": 826126345,
            "stop": 826126372
        },
        {
            "start": 826126374,
            "stop": 826126519
        },
        {
            "start": 826126520,
            "stop": 826126567
        },
        {
            "start": 826126750,
            "stop": 826126832
        },
        {
            "start": 826126835,
            "stop": 826129370
        },
        {
            "start": 826135194,
            "stop": 826135350
        }
    ]
}