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=2417
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=2418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2416",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2417,
    "results": [
        {
            "start": 873443912,
            "stop": 873449390
        },
        {
            "start": 873449470,
            "stop": 873451924
        },
        {
            "start": 873451941,
            "stop": 873452450
        },
        {
            "start": 873452530,
            "stop": 873458496
        },
        {
            "start": 873458513,
            "stop": 873461739
        },
        {
            "start": 873461778,
            "stop": 873465530
        },
        {
            "start": 873465670,
            "stop": 873468824
        },
        {
            "start": 873468841,
            "stop": 873471047
        },
        {
            "start": 873471190,
            "stop": 873471590
        },
        {
            "start": 873471670,
            "stop": 873472970
        },
        {
            "start": 873473050,
            "stop": 873473750
        },
        {
            "start": 873473830,
            "stop": 873473870
        },
        {
            "start": 873473950,
            "stop": 873475934
        },
        {
            "start": 873475951,
            "stop": 873476972
        },
        {
            "start": 873476989,
            "stop": 873478020
        },
        {
            "start": 873478210,
            "stop": 873479450
        },
        {
            "start": 873479530,
            "stop": 873480108
        },
        {
            "start": 873480112,
            "stop": 873480959
        },
        {
            "start": 873480976,
            "stop": 873481190
        },
        {
            "start": 873481270,
            "stop": 873481979
        }
    ]
}