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=994
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=995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=993",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 994,
    "results": [
        {
            "start": 870708788,
            "stop": 870710108
        },
        {
            "start": 870715332,
            "stop": 870716082
        },
        {
            "start": 870716232,
            "stop": 870716532
        },
        {
            "start": 870720426,
            "stop": 870720666
        },
        {
            "start": 870720815,
            "stop": 870721535
        },
        {
            "start": 870723855,
            "stop": 870726195
        },
        {
            "start": 870726755,
            "stop": 870726935
        },
        {
            "start": 870727526,
            "stop": 870727766
        },
        {
            "start": 870730295,
            "stop": 870730355
        },
        {
            "start": 870730717,
            "stop": 870732577
        },
        {
            "start": 870733027,
            "stop": 870735307
        },
        {
            "start": 870737270,
            "stop": 870737390
        },
        {
            "start": 870737568,
            "stop": 870741228
        },
        {
            "start": 870741488,
            "stop": 870742928
        },
        {
            "start": 870745296,
            "stop": 870749556
        },
        {
            "start": 870749708,
            "stop": 870754448
        },
        {
            "start": 870754671,
            "stop": 870757071
        },
        {
            "start": 870757264,
            "stop": 870758524
        },
        {
            "start": 870759015,
            "stop": 870763575
        },
        {
            "start": 870764733,
            "stop": 870765513
        }
    ]
}