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=945
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=946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=944",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 945,
    "results": [
        {
            "start": 866999408,
            "stop": 866999648
        },
        {
            "start": 867050018,
            "stop": 867053018
        },
        {
            "start": 867053187,
            "stop": 867056127
        },
        {
            "start": 867057989,
            "stop": 867065309
        },
        {
            "start": 867068216,
            "stop": 867068576
        },
        {
            "start": 867070319,
            "stop": 867070559
        },
        {
            "start": 867086272,
            "stop": 867086332
        },
        {
            "start": 867086465,
            "stop": 867086885
        },
        {
            "start": 867087019,
            "stop": 867087139
        },
        {
            "start": 867087229,
            "stop": 867087319
        },
        {
            "start": 867087349,
            "stop": 867088699
        },
        {
            "start": 867117040,
            "stop": 867119560
        },
        {
            "start": 867119884,
            "stop": 867119944
        },
        {
            "start": 867119974,
            "stop": 867120094
        },
        {
            "start": 867120124,
            "stop": 867120244
        },
        {
            "start": 867120304,
            "stop": 867120454
        },
        {
            "start": 867120484,
            "stop": 867120544
        },
        {
            "start": 867120960,
            "stop": 867121020
        },
        {
            "start": 867123191,
            "stop": 867125501
        },
        {
            "start": 867125531,
            "stop": 867130991
        }
    ]
}