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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=238",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 239,
    "results": [
        {
            "start": 820883417,
            "stop": 820883432
        },
        {
            "start": 820883439,
            "stop": 820883492
        },
        {
            "start": 820883500,
            "stop": 820884129
        },
        {
            "start": 820884136,
            "stop": 820884362
        },
        {
            "start": 820885083,
            "stop": 820885541
        },
        {
            "start": 820885548,
            "stop": 820885818
        },
        {
            "start": 820885825,
            "stop": 820886027
        },
        {
            "start": 820886034,
            "stop": 820886073
        },
        {
            "start": 820886080,
            "stop": 820886321
        },
        {
            "start": 820886329,
            "stop": 820886393
        },
        {
            "start": 820886400,
            "stop": 820886679
        },
        {
            "start": 820886686,
            "stop": 820886763
        },
        {
            "start": 820886770,
            "stop": 820886926
        },
        {
            "start": 820886933,
            "stop": 820886970
        },
        {
            "start": 820888030,
            "stop": 820888886
        },
        {
            "start": 820888894,
            "stop": 820889261
        },
        {
            "start": 820889268,
            "stop": 820889307
        },
        {
            "start": 820889315,
            "stop": 820889437
        },
        {
            "start": 820889656,
            "stop": 820889872
        },
        {
            "start": 820889879,
            "stop": 820890012
        }
    ]
}