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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=360",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 361,
    "results": [
        {
            "start": 955693751,
            "stop": 955696072
        },
        {
            "start": 955697912,
            "stop": 955699410
        },
        {
            "start": 955699415,
            "stop": 955708712
        },
        {
            "start": 955710358,
            "stop": 955719896
        },
        {
            "start": 955719918,
            "stop": 955725621
        },
        {
            "start": 955731428,
            "stop": 955733418
        },
        {
            "start": 955738579,
            "stop": 955741618
        },
        {
            "start": 955743852,
            "stop": 955750977
        },
        {
            "start": 955753060,
            "stop": 955754190
        },
        {
            "start": 955754199,
            "stop": 955767505
        },
        {
            "start": 955768853,
            "stop": 955783117
        },
        {
            "start": 955786084,
            "stop": 955786090
        },
        {
            "start": 955786173,
            "stop": 955790483
        },
        {
            "start": 955794865,
            "stop": 955795059
        },
        {
            "start": 955795252,
            "stop": 955795991
        },
        {
            "start": 955797581,
            "stop": 955798975
        },
        {
            "start": 955800352,
            "stop": 955810922
        },
        {
            "start": 955843908,
            "stop": 955848906
        },
        {
            "start": 955852055,
            "stop": 955862603
        },
        {
            "start": 955864486,
            "stop": 955864888
        }
    ]
}