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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1152",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1153,
    "results": [
        {
            "start": 950715224,
            "stop": 950715465
        },
        {
            "start": 950715467,
            "stop": 950716610
        },
        {
            "start": 950717876,
            "stop": 950719984
        },
        {
            "start": 950722069,
            "stop": 950722698
        },
        {
            "start": 950722700,
            "stop": 950723409
        },
        {
            "start": 950775302,
            "stop": 950775406
        },
        {
            "start": 950775408,
            "stop": 950775467
        },
        {
            "start": 950775469,
            "stop": 950779959
        },
        {
            "start": 950779969,
            "stop": 950782442
        },
        {
            "start": 950782444,
            "stop": 950782982
        },
        {
            "start": 950782984,
            "stop": 950784772
        },
        {
            "start": 950784774,
            "stop": 950786045
        },
        {
            "start": 950786047,
            "stop": 950786176
        },
        {
            "start": 950786178,
            "stop": 950787773
        },
        {
            "start": 950787775,
            "stop": 950788504
        },
        {
            "start": 950788506,
            "stop": 950793681
        },
        {
            "start": 950798312,
            "stop": 950799946
        },
        {
            "start": 950800736,
            "stop": 950801823
        },
        {
            "start": 950801825,
            "stop": 950802378
        },
        {
            "start": 950808224,
            "stop": 950808520
        }
    ]
}