Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2470
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=2471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2469",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2470,
    "results": [
        {
            "start": 874841290,
            "stop": 874844979
        },
        {
            "start": 874844996,
            "stop": 874845956
        },
        {
            "start": 874847580,
            "stop": 874847794
        },
        {
            "start": 874847801,
            "stop": 874847820
        },
        {
            "start": 874850700,
            "stop": 874850760
        },
        {
            "start": 874850880,
            "stop": 874851000
        },
        {
            "start": 874851131,
            "stop": 874851300
        },
        {
            "start": 874851360,
            "stop": 874851515
        },
        {
            "start": 874851600,
            "stop": 874852117
        },
        {
            "start": 874852270,
            "stop": 874852625
        },
        {
            "start": 874852632,
            "stop": 874853150
        },
        {
            "start": 874853230,
            "stop": 874853820
        },
        {
            "start": 874853940,
            "stop": 874854060
        },
        {
            "start": 874854120,
            "stop": 874854132
        },
        {
            "start": 874854140,
            "stop": 874854240
        },
        {
            "start": 874854300,
            "stop": 874855370
        },
        {
            "start": 874855510,
            "stop": 874856210
        },
        {
            "start": 874856290,
            "stop": 874857563
        },
        {
            "start": 874869121,
            "stop": 874869770
        },
        {
            "start": 874869850,
            "stop": 874870130
        }
    ]
}