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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16812",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16813,
    "results": [
        {
            "start": 875149977,
            "stop": 875150201
        },
        {
            "start": 875150202,
            "stop": 875150389
        },
        {
            "start": 875150390,
            "stop": 875150496
        },
        {
            "start": 875150498,
            "stop": 875150514
        },
        {
            "start": 875150515,
            "stop": 875150637
        },
        {
            "start": 875150640,
            "stop": 875150976
        },
        {
            "start": 875150978,
            "stop": 875150995
        },
        {
            "start": 875150996,
            "stop": 875151215
        },
        {
            "start": 875151217,
            "stop": 875151301
        },
        {
            "start": 875151302,
            "stop": 875151309
        },
        {
            "start": 875151310,
            "stop": 875151446
        },
        {
            "start": 875151447,
            "stop": 875151469
        },
        {
            "start": 875151470,
            "stop": 875151500
        },
        {
            "start": 875151501,
            "stop": 875151511
        },
        {
            "start": 875151512,
            "stop": 875151536
        },
        {
            "start": 875151537,
            "stop": 875151609
        },
        {
            "start": 875151611,
            "stop": 875151632
        },
        {
            "start": 875151634,
            "stop": 875151652
        },
        {
            "start": 875151653,
            "stop": 875151793
        },
        {
            "start": 875151795,
            "stop": 875151825
        }
    ]
}