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=718
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=719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=717",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 718,
    "results": [
        {
            "start": 853455882,
            "stop": 853456032
        },
        {
            "start": 853456172,
            "stop": 853456352
        },
        {
            "start": 853456502,
            "stop": 853457012
        },
        {
            "start": 853457158,
            "stop": 853457848
        },
        {
            "start": 853457878,
            "stop": 853458298
        },
        {
            "start": 853458328,
            "stop": 853458388
        },
        {
            "start": 853458478,
            "stop": 853459258
        },
        {
            "start": 853459348,
            "stop": 853460278
        },
        {
            "start": 853460458,
            "stop": 853460668
        },
        {
            "start": 853460698,
            "stop": 853461598
        },
        {
            "start": 853461996,
            "stop": 853463016
        },
        {
            "start": 853463046,
            "stop": 853465116
        },
        {
            "start": 853465146,
            "stop": 853466586
        },
        {
            "start": 853466616,
            "stop": 853466796
        },
        {
            "start": 853466826,
            "stop": 853467096
        },
        {
            "start": 853467126,
            "stop": 853467486
        },
        {
            "start": 853467516,
            "stop": 853467726
        },
        {
            "start": 853467936,
            "stop": 853468236
        },
        {
            "start": 853468266,
            "stop": 853468326
        },
        {
            "start": 853468356,
            "stop": 853469976
        }
    ]
}