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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=292",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 293,
    "results": [
        {
            "start": 822642783,
            "stop": 822643589
        },
        {
            "start": 822643596,
            "stop": 822643869
        },
        {
            "start": 822643877,
            "stop": 822644046
        },
        {
            "start": 822644053,
            "stop": 822644196
        },
        {
            "start": 822644203,
            "stop": 822644340
        },
        {
            "start": 822644460,
            "stop": 822644510
        },
        {
            "start": 822644517,
            "stop": 822644851
        },
        {
            "start": 822644859,
            "stop": 822644884
        },
        {
            "start": 822644891,
            "stop": 822645000
        },
        {
            "start": 822645012,
            "stop": 822645471
        },
        {
            "start": 822645478,
            "stop": 822645667
        },
        {
            "start": 822645674,
            "stop": 822645818
        },
        {
            "start": 822645825,
            "stop": 822646270
        },
        {
            "start": 822646283,
            "stop": 822646600
        },
        {
            "start": 822646607,
            "stop": 822646964
        },
        {
            "start": 822647145,
            "stop": 822647219
        },
        {
            "start": 822647226,
            "stop": 822647684
        },
        {
            "start": 822647865,
            "stop": 822647869
        },
        {
            "start": 822647876,
            "stop": 822647891
        },
        {
            "start": 822647898,
            "stop": 822648038
        }
    ]
}