Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=456
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=457",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=455",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 456,
    "results": [
        {
            "start": 1261975366,
            "stop": 1261975368
        },
        {
            "start": 1261975371,
            "stop": 1261975430
        },
        {
            "start": 1261975433,
            "stop": 1261975713
        },
        {
            "start": 1261975716,
            "stop": 1261975809
        },
        {
            "start": 1261975811,
            "stop": 1261975942
        },
        {
            "start": 1261975945,
            "stop": 1261975969
        },
        {
            "start": 1261975977,
            "stop": 1261975985
        },
        {
            "start": 1261975988,
            "stop": 1261976169
        },
        {
            "start": 1261976171,
            "stop": 1261976227
        },
        {
            "start": 1261976235,
            "stop": 1261976349
        },
        {
            "start": 1261976352,
            "stop": 1261976409
        },
        {
            "start": 1261976411,
            "stop": 1261976423
        },
        {
            "start": 1261976426,
            "stop": 1261976715
        },
        {
            "start": 1261976718,
            "stop": 1261976767
        },
        {
            "start": 1261976770,
            "stop": 1261976855
        },
        {
            "start": 1261976858,
            "stop": 1261976867
        },
        {
            "start": 1261976870,
            "stop": 1261976938
        },
        {
            "start": 1261976941,
            "stop": 1261977026
        },
        {
            "start": 1261977029,
            "stop": 1261977033
        },
        {
            "start": 1261977036,
            "stop": 1261977046
        }
    ]
}