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=2332
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=2333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2331",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2332,
    "results": [
        {
            "start": 871765101,
            "stop": 871765106
        },
        {
            "start": 871765123,
            "stop": 871765144
        },
        {
            "start": 871765161,
            "stop": 871765224
        },
        {
            "start": 871765241,
            "stop": 871765342
        },
        {
            "start": 871766991,
            "stop": 871767050
        },
        {
            "start": 871767130,
            "stop": 871767239
        },
        {
            "start": 871767256,
            "stop": 871767364
        },
        {
            "start": 871767381,
            "stop": 871767599
        },
        {
            "start": 871767616,
            "stop": 871767705
        },
        {
            "start": 871767780,
            "stop": 871768618
        },
        {
            "start": 871768644,
            "stop": 871768654
        },
        {
            "start": 871768673,
            "stop": 871768954
        },
        {
            "start": 871768971,
            "stop": 871769221
        },
        {
            "start": 871769238,
            "stop": 871770106
        },
        {
            "start": 871770123,
            "stop": 871770571
        },
        {
            "start": 871770588,
            "stop": 871770590
        },
        {
            "start": 871770608,
            "stop": 871770628
        },
        {
            "start": 871770646,
            "stop": 871770647
        },
        {
            "start": 871770664,
            "stop": 871771106
        },
        {
            "start": 871771127,
            "stop": 871771178
        }
    ]
}