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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1803",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1801",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1802,
    "results": [
        {
            "start": 1249775346,
            "stop": 1249775700
        },
        {
            "start": 1249775703,
            "stop": 1249775869
        },
        {
            "start": 1249775872,
            "stop": 1249776261
        },
        {
            "start": 1249776264,
            "stop": 1249777465
        },
        {
            "start": 1249777468,
            "stop": 1249779106
        },
        {
            "start": 1249779109,
            "stop": 1249779251
        },
        {
            "start": 1249779254,
            "stop": 1249780967
        },
        {
            "start": 1249780970,
            "stop": 1249781705
        },
        {
            "start": 1249781708,
            "stop": 1249782709
        },
        {
            "start": 1249782711,
            "stop": 1249784336
        },
        {
            "start": 1249784339,
            "stop": 1249786599
        },
        {
            "start": 1249786602,
            "stop": 1249787392
        },
        {
            "start": 1249787395,
            "stop": 1249789214
        },
        {
            "start": 1249789217,
            "stop": 1249791499
        },
        {
            "start": 1249791502,
            "stop": 1249792810
        },
        {
            "start": 1249792811,
            "stop": 1249792888
        },
        {
            "start": 1249792891,
            "stop": 1249793077
        },
        {
            "start": 1249793080,
            "stop": 1249794802
        },
        {
            "start": 1249794803,
            "stop": 1249794812
        },
        {
            "start": 1249794814,
            "stop": 1249794815
        }
    ]
}