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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=432",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 433,
    "results": [
        {
            "start": 827191063,
            "stop": 827191521
        },
        {
            "start": 827191529,
            "stop": 827191563
        },
        {
            "start": 827191570,
            "stop": 827191588
        },
        {
            "start": 827191601,
            "stop": 827191721
        },
        {
            "start": 827191728,
            "stop": 827191766
        },
        {
            "start": 827191773,
            "stop": 827191957
        },
        {
            "start": 827191964,
            "stop": 827192040
        },
        {
            "start": 827192048,
            "stop": 827192097
        },
        {
            "start": 827192104,
            "stop": 827192137
        },
        {
            "start": 827192151,
            "stop": 827192238
        },
        {
            "start": 827192246,
            "stop": 827192259
        },
        {
            "start": 827192273,
            "stop": 827192283
        },
        {
            "start": 827192295,
            "stop": 827192398
        },
        {
            "start": 827192410,
            "stop": 827192436
        },
        {
            "start": 827192444,
            "stop": 827192477
        },
        {
            "start": 827192484,
            "stop": 827192668
        },
        {
            "start": 827192682,
            "stop": 827192766
        },
        {
            "start": 827192773,
            "stop": 827192947
        },
        {
            "start": 827192966,
            "stop": 827192969
        },
        {
            "start": 827192979,
            "stop": 827193022
        }
    ]
}