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=913
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=914",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=912",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 913,
    "results": [
        {
            "start": 865037436,
            "stop": 865043946
        },
        {
            "start": 865044096,
            "stop": 865045416
        },
        {
            "start": 865045566,
            "stop": 865046196
        },
        {
            "start": 865046357,
            "stop": 865047407
        },
        {
            "start": 865047557,
            "stop": 865049357
        },
        {
            "start": 865049562,
            "stop": 865050822
        },
        {
            "start": 865051051,
            "stop": 865055821
        },
        {
            "start": 865056061,
            "stop": 865057051
        },
        {
            "start": 865057990,
            "stop": 865059850
        },
        {
            "start": 865059991,
            "stop": 865060051
        },
        {
            "start": 865060184,
            "stop": 865060244
        },
        {
            "start": 865060829,
            "stop": 865062689
        },
        {
            "start": 865062847,
            "stop": 865064017
        },
        {
            "start": 865064167,
            "stop": 865067167
        },
        {
            "start": 865067379,
            "stop": 865073379
        },
        {
            "start": 865073578,
            "stop": 865075168
        },
        {
            "start": 865075418,
            "stop": 865076738
        },
        {
            "start": 865076891,
            "stop": 865077851
        },
        {
            "start": 865078138,
            "stop": 865078198
        },
        {
            "start": 865078348,
            "stop": 865078528
        }
    ]
}