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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=331",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 332,
    "results": [
        {
            "start": 861572281,
            "stop": 861572314
        },
        {
            "start": 861572336,
            "stop": 861573477
        },
        {
            "start": 861573515,
            "stop": 861573717
        },
        {
            "start": 861573811,
            "stop": 861577214
        },
        {
            "start": 861577514,
            "stop": 861577899
        },
        {
            "start": 861578568,
            "stop": 861616133
        },
        {
            "start": 861616572,
            "stop": 861625306
        },
        {
            "start": 861627240,
            "stop": 861629550
        },
        {
            "start": 861629886,
            "stop": 861634834
        },
        {
            "start": 861634856,
            "stop": 861636677
        },
        {
            "start": 861636698,
            "stop": 861636892
        },
        {
            "start": 861636913,
            "stop": 861641272
        },
        {
            "start": 861641658,
            "stop": 861641668
        },
        {
            "start": 861641968,
            "stop": 861644042
        },
        {
            "start": 861644063,
            "stop": 861644067
        },
        {
            "start": 861644088,
            "stop": 861644171
        },
        {
            "start": 861644631,
            "stop": 861644946
        },
        {
            "start": 861645246,
            "stop": 861646586
        },
        {
            "start": 861646605,
            "stop": 861647167
        },
        {
            "start": 861647185,
            "stop": 861647209
        }
    ]
}