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=472
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=473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=471",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 472,
    "results": [
        {
            "start": 862143707,
            "stop": 862149020
        },
        {
            "start": 862149022,
            "stop": 862149067
        },
        {
            "start": 862150606,
            "stop": 862155223
        },
        {
            "start": 862155315,
            "stop": 862170952
        },
        {
            "start": 862173696,
            "stop": 862173840
        },
        {
            "start": 862173846,
            "stop": 862183955
        },
        {
            "start": 862184614,
            "stop": 862185528
        },
        {
            "start": 862209891,
            "stop": 862210042
        },
        {
            "start": 862210044,
            "stop": 862210187
        },
        {
            "start": 862210189,
            "stop": 862213440
        },
        {
            "start": 862213481,
            "stop": 862215509
        },
        {
            "start": 862215900,
            "stop": 862224004
        },
        {
            "start": 862225377,
            "stop": 862225638
        },
        {
            "start": 862225834,
            "stop": 862226170
        },
        {
            "start": 862226172,
            "stop": 862238767
        },
        {
            "start": 862238770,
            "stop": 862239543
        },
        {
            "start": 862241368,
            "stop": 862241373
        },
        {
            "start": 862241375,
            "stop": 862241390
        },
        {
            "start": 862241393,
            "stop": 862241399
        },
        {
            "start": 862241401,
            "stop": 862241403
        }
    ]
}