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=809
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=810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=808",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 809,
    "results": [
        {
            "start": 859316125,
            "stop": 859316425
        },
        {
            "start": 859316638,
            "stop": 859316698
        },
        {
            "start": 859316970,
            "stop": 859317150
        },
        {
            "start": 859317687,
            "stop": 859317747
        },
        {
            "start": 859317900,
            "stop": 859317960
        },
        {
            "start": 859318275,
            "stop": 859318695
        },
        {
            "start": 859318898,
            "stop": 859320038
        },
        {
            "start": 859321313,
            "stop": 859321433
        },
        {
            "start": 859321788,
            "stop": 859323348
        },
        {
            "start": 859323501,
            "stop": 859323801
        },
        {
            "start": 859323964,
            "stop": 859324684
        },
        {
            "start": 859325238,
            "stop": 859335858
        },
        {
            "start": 859336008,
            "stop": 859340598
        },
        {
            "start": 859340829,
            "stop": 859348449
        },
        {
            "start": 859349602,
            "stop": 859350172
        },
        {
            "start": 859350262,
            "stop": 859353742
        },
        {
            "start": 859353927,
            "stop": 859353987
        },
        {
            "start": 859354017,
            "stop": 859359177
        },
        {
            "start": 859361707,
            "stop": 859377997
        },
        {
            "start": 859378147,
            "stop": 859379227
        }
    ]
}