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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=47",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 48,
    "results": [
        {
            "start": 931497319,
            "stop": 931497320
        },
        {
            "start": 931497323,
            "stop": 931497350
        },
        {
            "start": 931497353,
            "stop": 931497355
        },
        {
            "start": 931497358,
            "stop": 931497411
        },
        {
            "start": 931497414,
            "stop": 931497417
        },
        {
            "start": 931497426,
            "stop": 931497427
        },
        {
            "start": 931497430,
            "stop": 931497449
        },
        {
            "start": 931497454,
            "stop": 931497474
        },
        {
            "start": 931497477,
            "stop": 931497489
        },
        {
            "start": 931497492,
            "stop": 931497493
        },
        {
            "start": 931497496,
            "stop": 931497497
        },
        {
            "start": 931497500,
            "stop": 931497514
        },
        {
            "start": 931497517,
            "stop": 931497523
        },
        {
            "start": 931497525,
            "stop": 931497550
        },
        {
            "start": 931497553,
            "stop": 931497556
        },
        {
            "start": 931497559,
            "stop": 931497570
        },
        {
            "start": 931497573,
            "stop": 931497592
        },
        {
            "start": 931497596,
            "stop": 931497622
        },
        {
            "start": 931497625,
            "stop": 931497630
        },
        {
            "start": 931497633,
            "stop": 931497674
        }
    ]
}