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=908
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=909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=907",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 908,
    "results": [
        {
            "start": 864764766,
            "stop": 864765486
        },
        {
            "start": 864765645,
            "stop": 864765885
        },
        {
            "start": 864766042,
            "stop": 864766102
        },
        {
            "start": 864766280,
            "stop": 864766340
        },
        {
            "start": 864766654,
            "stop": 864766774
        },
        {
            "start": 864766916,
            "stop": 864766976
        },
        {
            "start": 864776710,
            "stop": 864777250
        },
        {
            "start": 864779410,
            "stop": 864785830
        },
        {
            "start": 864787334,
            "stop": 864788504
        },
        {
            "start": 864788654,
            "stop": 864796544
        },
        {
            "start": 864796694,
            "stop": 864803414
        },
        {
            "start": 864804696,
            "stop": 864806316
        },
        {
            "start": 864808846,
            "stop": 864814186
        },
        {
            "start": 864814406,
            "stop": 864816416
        },
        {
            "start": 864816506,
            "stop": 864825686
        },
        {
            "start": 864825887,
            "stop": 864829847
        },
        {
            "start": 864830010,
            "stop": 864831630
        },
        {
            "start": 864831825,
            "stop": 864832965
        },
        {
            "start": 864833511,
            "stop": 864833751
        },
        {
            "start": 864834027,
            "stop": 864834867
        }
    ]
}