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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=997",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 998,
    "results": [
        {
            "start": 873132872,
            "stop": 873133172
        },
        {
            "start": 873133331,
            "stop": 873133451
        },
        {
            "start": 873133767,
            "stop": 873133947
        },
        {
            "start": 873134131,
            "stop": 873136231
        },
        {
            "start": 873139046,
            "stop": 873139946
        },
        {
            "start": 873144911,
            "stop": 873146111
        },
        {
            "start": 873146279,
            "stop": 873147599
        },
        {
            "start": 873147747,
            "stop": 873147867
        },
        {
            "start": 873149660,
            "stop": 873150500
        },
        {
            "start": 873150821,
            "stop": 873152891
        },
        {
            "start": 873153041,
            "stop": 873164741
        },
        {
            "start": 873164981,
            "stop": 873171371
        },
        {
            "start": 873171521,
            "stop": 873173561
        },
        {
            "start": 873173735,
            "stop": 873175355
        },
        {
            "start": 873175523,
            "stop": 873175823
        },
        {
            "start": 873176042,
            "stop": 873181382
        },
        {
            "start": 873181538,
            "stop": 873184238
        },
        {
            "start": 873186434,
            "stop": 873188354
        },
        {
            "start": 873189943,
            "stop": 873192343
        },
        {
            "start": 873193238,
            "stop": 873193298
        }
    ]
}