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/H2_CBCLOW_CAT2/segments?format=api&page=380
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=379",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 380,
    "results": [
        {
            "start": 821761876,
            "stop": 821761878
        },
        {
            "start": 821761889,
            "stop": 821761891
        },
        {
            "start": 821761896,
            "stop": 821761902
        },
        {
            "start": 821761905,
            "stop": 821761913
        },
        {
            "start": 821761919,
            "stop": 821761927
        },
        {
            "start": 821761933,
            "stop": 821761937
        },
        {
            "start": 821761946,
            "stop": 821761947
        },
        {
            "start": 821761950,
            "stop": 821761955
        },
        {
            "start": 821761960,
            "stop": 821761962
        },
        {
            "start": 821761965,
            "stop": 821761967
        },
        {
            "start": 821761970,
            "stop": 821761982
        },
        {
            "start": 821761990,
            "stop": 821762000
        },
        {
            "start": 821762005,
            "stop": 821762006
        },
        {
            "start": 821762009,
            "stop": 821762013
        },
        {
            "start": 821762016,
            "stop": 821762018
        },
        {
            "start": 821762023,
            "stop": 821762024
        },
        {
            "start": 821762029,
            "stop": 821762032
        },
        {
            "start": 821762037,
            "stop": 821762039
        },
        {
            "start": 821762053,
            "stop": 821762054
        },
        {
            "start": 821762062,
            "stop": 821762064
        }
    ]
}