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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=201",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 202,
    "results": [
        {
            "start": 816855158,
            "stop": 816855199
        },
        {
            "start": 816855203,
            "stop": 816855211
        },
        {
            "start": 816855217,
            "stop": 816855218
        },
        {
            "start": 816855223,
            "stop": 816855225
        },
        {
            "start": 816855231,
            "stop": 816855232
        },
        {
            "start": 816855238,
            "stop": 816855241
        },
        {
            "start": 816855246,
            "stop": 816855252
        },
        {
            "start": 816855255,
            "stop": 816855283
        },
        {
            "start": 816855286,
            "stop": 816855295
        },
        {
            "start": 816855301,
            "stop": 816855302
        },
        {
            "start": 816855306,
            "stop": 816855310
        },
        {
            "start": 816855315,
            "stop": 816855316
        },
        {
            "start": 816855321,
            "stop": 816855323
        },
        {
            "start": 816855331,
            "stop": 816855391
        },
        {
            "start": 816855395,
            "stop": 816855402
        },
        {
            "start": 816855406,
            "stop": 816855482
        },
        {
            "start": 816855487,
            "stop": 816855496
        },
        {
            "start": 816855502,
            "stop": 816855504
        },
        {
            "start": 816855508,
            "stop": 816855510
        },
        {
            "start": 816855515,
            "stop": 816855556
        }
    ]
}