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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3264",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3265,
    "results": [
        {
            "start": 873263240,
            "stop": 873268219
        },
        {
            "start": 873268223,
            "stop": 873268560
        },
        {
            "start": 873268680,
            "stop": 873274695
        },
        {
            "start": 873274995,
            "stop": 873285120
        },
        {
            "start": 873285180,
            "stop": 873289800
        },
        {
            "start": 873289860,
            "stop": 873295080
        },
        {
            "start": 873295140,
            "stop": 873300000
        },
        {
            "start": 873300060,
            "stop": 873300872
        },
        {
            "start": 873300878,
            "stop": 873305866
        },
        {
            "start": 873305870,
            "stop": 873317220
        },
        {
            "start": 873317280,
            "stop": 873318076
        },
        {
            "start": 873318079,
            "stop": 873318386
        },
        {
            "start": 873318796,
            "stop": 873322101
        },
        {
            "start": 873322104,
            "stop": 873350520
        },
        {
            "start": 873350640,
            "stop": 873359820
        },
        {
            "start": 873359880,
            "stop": 873393985
        },
        {
            "start": 873393990,
            "stop": 873397115
        },
        {
            "start": 873397123,
            "stop": 873397800
        },
        {
            "start": 873397860,
            "stop": 873411733
        },
        {
            "start": 873411737,
            "stop": 873413430
        }
    ]
}