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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=37",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 38,
    "results": [
        {
            "start": 820157670,
            "stop": 820171977
        },
        {
            "start": 820173625,
            "stop": 820173973
        },
        {
            "start": 820173979,
            "stop": 820173980
        },
        {
            "start": 820174486,
            "stop": 820175653
        },
        {
            "start": 820177368,
            "stop": 820194235
        },
        {
            "start": 820196007,
            "stop": 820196299
        },
        {
            "start": 820196839,
            "stop": 820199379
        },
        {
            "start": 820204001,
            "stop": 820210521
        },
        {
            "start": 820216753,
            "stop": 820218380
        },
        {
            "start": 820228454,
            "stop": 820231333
        },
        {
            "start": 820231364,
            "stop": 820231365
        },
        {
            "start": 820231621,
            "stop": 820250460
        },
        {
            "start": 820251634,
            "stop": 820251643
        },
        {
            "start": 820251657,
            "stop": 820273452
        },
        {
            "start": 820273686,
            "stop": 820275900
        },
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820284765
        },
        {
            "start": 820285510,
            "stop": 820301972
        },
        {
            "start": 820301974,
            "stop": 820304473
        },
        {
            "start": 820304494,
            "stop": 820304495
        }
    ]
}