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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=323",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 324,
    "results": [
        {
            "start": 833805539,
            "stop": 833807189
        },
        {
            "start": 833809726,
            "stop": 833810686
        },
        {
            "start": 833829356,
            "stop": 833829446
        },
        {
            "start": 833829674,
            "stop": 833829734
        },
        {
            "start": 833829892,
            "stop": 833829952
        },
        {
            "start": 833835593,
            "stop": 833835653
        },
        {
            "start": 833835822,
            "stop": 833836062
        },
        {
            "start": 833836210,
            "stop": 833836330
        },
        {
            "start": 833837056,
            "stop": 833837236
        },
        {
            "start": 833838754,
            "stop": 833839474
        },
        {
            "start": 833839504,
            "stop": 833839564
        },
        {
            "start": 833839853,
            "stop": 833840573
        },
        {
            "start": 833840709,
            "stop": 833840949
        },
        {
            "start": 833841136,
            "stop": 833841916
        },
        {
            "start": 833842072,
            "stop": 833842672
        },
        {
            "start": 833842822,
            "stop": 833842912
        },
        {
            "start": 833843417,
            "stop": 833844437
        },
        {
            "start": 833844593,
            "stop": 833844953
        },
        {
            "start": 833845105,
            "stop": 833845495
        },
        {
            "start": 833845719,
            "stop": 833847279
        }
    ]
}