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/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=223
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_H1L1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=222",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 223,
    "results": [
        {
            "start": 827445922,
            "stop": 827445982
        },
        {
            "start": 827446443,
            "stop": 827446623
        },
        {
            "start": 827446904,
            "stop": 827447024
        },
        {
            "start": 827454350,
            "stop": 827454770
        },
        {
            "start": 827462135,
            "stop": 827462285
        },
        {
            "start": 827462987,
            "stop": 827463107
        },
        {
            "start": 827463395,
            "stop": 827463455
        },
        {
            "start": 827463700,
            "stop": 827463970
        },
        {
            "start": 827465355,
            "stop": 827465475
        },
        {
            "start": 827468756,
            "stop": 827468876
        },
        {
            "start": 827469553,
            "stop": 827469613
        },
        {
            "start": 827470080,
            "stop": 827470320
        },
        {
            "start": 827472371,
            "stop": 827472431
        },
        {
            "start": 827473429,
            "stop": 827473489
        },
        {
            "start": 827475818,
            "stop": 827475878
        },
        {
            "start": 827476060,
            "stop": 827476120
        },
        {
            "start": 827476993,
            "stop": 827477173
        },
        {
            "start": 827477660,
            "stop": 827477720
        },
        {
            "start": 827478408,
            "stop": 827478528
        },
        {
            "start": 827479292,
            "stop": 827479412
        }
    ]
}