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/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=34",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 35,
    "results": [
        {
            "start": 818294470,
            "stop": 818294530
        },
        {
            "start": 818294724,
            "stop": 818294844
        },
        {
            "start": 818296492,
            "stop": 818296552
        },
        {
            "start": 818296731,
            "stop": 818297031
        },
        {
            "start": 818297369,
            "stop": 818297429
        },
        {
            "start": 818297947,
            "stop": 818298187
        },
        {
            "start": 818298373,
            "stop": 818298433
        },
        {
            "start": 818298693,
            "stop": 818299233
        },
        {
            "start": 818299392,
            "stop": 818299572
        },
        {
            "start": 818300351,
            "stop": 818300411
        },
        {
            "start": 818300757,
            "stop": 818300997
        },
        {
            "start": 818301712,
            "stop": 818301832
        },
        {
            "start": 818302294,
            "stop": 818302534
        },
        {
            "start": 818302678,
            "stop": 818302798
        },
        {
            "start": 818303013,
            "stop": 818303073
        },
        {
            "start": 818303298,
            "stop": 818303418
        },
        {
            "start": 818303685,
            "stop": 818303925
        },
        {
            "start": 818304568,
            "stop": 818304748
        },
        {
            "start": 818305715,
            "stop": 818305955
        },
        {
            "start": 818306490,
            "stop": 818306550
        }
    ]
}