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/H2_CBCLOW_CAT3/segments?format=api&page=5228
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=5229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5227",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5228,
    "results": [
        {
            "start": 875140504,
            "stop": 875140517
        },
        {
            "start": 875140524,
            "stop": 875140559
        },
        {
            "start": 875140566,
            "stop": 875140623
        },
        {
            "start": 875140630,
            "stop": 875140668
        },
        {
            "start": 875140675,
            "stop": 875140699
        },
        {
            "start": 875140706,
            "stop": 875140734
        },
        {
            "start": 875140742,
            "stop": 875140774
        },
        {
            "start": 875140781,
            "stop": 875140933
        },
        {
            "start": 875140940,
            "stop": 875141177
        },
        {
            "start": 875141184,
            "stop": 875141235
        },
        {
            "start": 875141242,
            "stop": 875141306
        },
        {
            "start": 875141314,
            "stop": 875141354
        },
        {
            "start": 875141361,
            "stop": 875141433
        },
        {
            "start": 875141440,
            "stop": 875141498
        },
        {
            "start": 875141505,
            "stop": 875141527
        },
        {
            "start": 875141534,
            "stop": 875141557
        },
        {
            "start": 875141564,
            "stop": 875141593
        },
        {
            "start": 875141600,
            "stop": 875141831
        },
        {
            "start": 875141839,
            "stop": 875141905
        },
        {
            "start": 875141912,
            "stop": 875142010
        }
    ]
}