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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=273",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 274,
    "results": [
        {
            "start": 821542221,
            "stop": 821542246
        },
        {
            "start": 821542253,
            "stop": 821542296
        },
        {
            "start": 821542303,
            "stop": 821542388
        },
        {
            "start": 821542400,
            "stop": 821542572
        },
        {
            "start": 821542579,
            "stop": 821542725
        },
        {
            "start": 821542732,
            "stop": 821542892
        },
        {
            "start": 821542901,
            "stop": 821542989
        },
        {
            "start": 821542996,
            "stop": 821543270
        },
        {
            "start": 821543350,
            "stop": 821543427
        },
        {
            "start": 821543435,
            "stop": 821543448
        },
        {
            "start": 821543456,
            "stop": 821543651
        },
        {
            "start": 821543658,
            "stop": 821543715
        },
        {
            "start": 821543722,
            "stop": 821543790
        },
        {
            "start": 821543797,
            "stop": 821543833
        },
        {
            "start": 821545948,
            "stop": 821546072
        },
        {
            "start": 821546079,
            "stop": 821546242
        },
        {
            "start": 821546249,
            "stop": 821546508
        },
        {
            "start": 821546515,
            "stop": 821546649
        },
        {
            "start": 821546656,
            "stop": 821546895
        },
        {
            "start": 821546902,
            "stop": 821547006
        }
    ]
}