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_H2L1/segments?format=api&page=48
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_H2L1/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=47",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 48,
    "results": [
        {
            "start": 818583827,
            "stop": 818583887
        },
        {
            "start": 818584058,
            "stop": 818584898
        },
        {
            "start": 818585068,
            "stop": 818586148
        },
        {
            "start": 818587539,
            "stop": 818587959
        },
        {
            "start": 818588137,
            "stop": 818590717
        },
        {
            "start": 818590853,
            "stop": 818591093
        },
        {
            "start": 818591455,
            "stop": 818591635
        },
        {
            "start": 818591803,
            "stop": 818594023
        },
        {
            "start": 818594292,
            "stop": 818595492
        },
        {
            "start": 818595674,
            "stop": 818595764
        },
        {
            "start": 818595914,
            "stop": 818595974
        },
        {
            "start": 818596142,
            "stop": 818596742
        },
        {
            "start": 818596884,
            "stop": 818597184
        },
        {
            "start": 818597336,
            "stop": 818599556
        },
        {
            "start": 818600211,
            "stop": 818600271
        },
        {
            "start": 818600421,
            "stop": 818600481
        },
        {
            "start": 818601091,
            "stop": 818601211
        },
        {
            "start": 818601392,
            "stop": 818601452
        },
        {
            "start": 818602527,
            "stop": 818602587
        },
        {
            "start": 818602921,
            "stop": 818602981
        }
    ]
}