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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=155",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 156,
    "results": [
        {
            "start": 931452906,
            "stop": 931453018
        },
        {
            "start": 931453020,
            "stop": 931453048
        },
        {
            "start": 931453050,
            "stop": 931453120
        },
        {
            "start": 931453122,
            "stop": 931453125
        },
        {
            "start": 931453127,
            "stop": 931453135
        },
        {
            "start": 931453137,
            "stop": 931453203
        },
        {
            "start": 931453205,
            "stop": 931453253
        },
        {
            "start": 931453255,
            "stop": 931453281
        },
        {
            "start": 931453283,
            "stop": 931453310
        },
        {
            "start": 931453314,
            "stop": 931453363
        },
        {
            "start": 931453364,
            "stop": 931453460
        },
        {
            "start": 931453462,
            "stop": 931453484
        },
        {
            "start": 931453486,
            "stop": 931453588
        },
        {
            "start": 931453590,
            "stop": 931453676
        },
        {
            "start": 931453678,
            "stop": 931453705
        },
        {
            "start": 931453707,
            "stop": 931453749
        },
        {
            "start": 931453752,
            "stop": 931453763
        },
        {
            "start": 931453765,
            "stop": 931453786
        },
        {
            "start": 931453790,
            "stop": 931453795
        },
        {
            "start": 931453799,
            "stop": 931453804
        }
    ]
}