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=712
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=713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=711",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 712,
    "results": [
        {
            "start": 856430969,
            "stop": 856432799
        },
        {
            "start": 856433384,
            "stop": 856434224
        },
        {
            "start": 856439258,
            "stop": 856439408
        },
        {
            "start": 856439558,
            "stop": 856439678
        },
        {
            "start": 856439828,
            "stop": 856442558
        },
        {
            "start": 856442707,
            "stop": 856442797
        },
        {
            "start": 856442827,
            "stop": 856444147
        },
        {
            "start": 856444299,
            "stop": 856445079
        },
        {
            "start": 856445243,
            "stop": 856446143
        },
        {
            "start": 856446298,
            "stop": 856446538
        },
        {
            "start": 856446819,
            "stop": 856447239
        },
        {
            "start": 856447552,
            "stop": 856448512
        },
        {
            "start": 856448648,
            "stop": 856448708
        },
        {
            "start": 856448895,
            "stop": 856449195
        },
        {
            "start": 856449375,
            "stop": 856450035
        },
        {
            "start": 856450725,
            "stop": 856451025
        },
        {
            "start": 856457619,
            "stop": 856458219
        },
        {
            "start": 856458451,
            "stop": 856458511
        },
        {
            "start": 856462392,
            "stop": 856463592
        },
        {
            "start": 856463763,
            "stop": 856466193
        }
    ]
}