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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=18",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 19,
    "results": [
        {
            "start": 817881058,
            "stop": 817890898
        },
        {
            "start": 817892173,
            "stop": 817897192
        },
        {
            "start": 817897194,
            "stop": 817900442
        },
        {
            "start": 817901092,
            "stop": 817901346
        },
        {
            "start": 817901348,
            "stop": 817901496
        },
        {
            "start": 817902729,
            "stop": 817908628
        },
        {
            "start": 817908630,
            "stop": 817908725
        },
        {
            "start": 817909481,
            "stop": 817909487
        },
        {
            "start": 817909488,
            "stop": 817909634
        },
        {
            "start": 817981689,
            "stop": 817994010
        },
        {
            "start": 817994012,
            "stop": 817994747
        },
        {
            "start": 817994750,
            "stop": 817995472
        },
        {
            "start": 818049731,
            "stop": 818054478
        },
        {
            "start": 818059500,
            "stop": 818060389
        },
        {
            "start": 818061390,
            "stop": 818065004
        },
        {
            "start": 818066420,
            "stop": 818071058
        },
        {
            "start": 818075386,
            "stop": 818076391
        },
        {
            "start": 818076393,
            "stop": 818079708
        },
        {
            "start": 818079711,
            "stop": 818079740
        },
        {
            "start": 818080534,
            "stop": 818082537
        }
    ]
}