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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=79",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 80,
    "results": [
        {
            "start": 950714637,
            "stop": 950716610
        },
        {
            "start": 950717876,
            "stop": 950719984
        },
        {
            "start": 950722069,
            "stop": 950723409
        },
        {
            "start": 950775302,
            "stop": 950779959
        },
        {
            "start": 950779969,
            "stop": 950793681
        },
        {
            "start": 950798312,
            "stop": 950799946
        },
        {
            "start": 950800736,
            "stop": 950802378
        },
        {
            "start": 950808224,
            "stop": 950812922
        },
        {
            "start": 950816358,
            "stop": 950819670
        },
        {
            "start": 950820622,
            "stop": 950826867
        },
        {
            "start": 950904728,
            "stop": 950909092
        },
        {
            "start": 950928501,
            "stop": 950957752
        },
        {
            "start": 950962100,
            "stop": 950963831
        },
        {
            "start": 950965565,
            "stop": 950967868
        },
        {
            "start": 950968761,
            "stop": 950969076
        },
        {
            "start": 951023846,
            "stop": 951055601
        },
        {
            "start": 951056327,
            "stop": 951056394
        },
        {
            "start": 951064054,
            "stop": 951072355
        },
        {
            "start": 951072744,
            "stop": 951075251
        },
        {
            "start": 951076594,
            "stop": 951076762
        }
    ]
}