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=928
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=929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=927",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 928,
    "results": [
        {
            "start": 865828840,
            "stop": 865828960
        },
        {
            "start": 865829147,
            "stop": 865837247
        },
        {
            "start": 865838070,
            "stop": 865847670
        },
        {
            "start": 865847827,
            "stop": 865853677
        },
        {
            "start": 865853827,
            "stop": 865855027
        },
        {
            "start": 865855177,
            "stop": 865855417
        },
        {
            "start": 865855567,
            "stop": 865857457
        },
        {
            "start": 865857607,
            "stop": 865859707
        },
        {
            "start": 865860690,
            "stop": 865862910
        },
        {
            "start": 865863145,
            "stop": 865863625
        },
        {
            "start": 865866788,
            "stop": 865867328
        },
        {
            "start": 865867485,
            "stop": 865868025
        },
        {
            "start": 865868179,
            "stop": 865869559
        },
        {
            "start": 865869720,
            "stop": 865870140
        },
        {
            "start": 865870288,
            "stop": 865871908
        },
        {
            "start": 865872052,
            "stop": 865872112
        },
        {
            "start": 865872264,
            "stop": 865873404
        },
        {
            "start": 865873653,
            "stop": 865874013
        },
        {
            "start": 865874161,
            "stop": 865874581
        },
        {
            "start": 865874945,
            "stop": 865875125
        }
    ]
}