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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=764",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=762",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 763,
    "results": [
        {
            "start": 1268864756,
            "stop": 1268867844
        },
        {
            "start": 1268867847,
            "stop": 1268868082
        },
        {
            "start": 1268868085,
            "stop": 1268872031
        },
        {
            "start": 1268872033,
            "stop": 1268872542
        },
        {
            "start": 1268872545,
            "stop": 1268874758
        },
        {
            "start": 1268874761,
            "stop": 1268877917
        },
        {
            "start": 1268877920,
            "stop": 1268885108
        },
        {
            "start": 1268885111,
            "stop": 1268886344
        },
        {
            "start": 1268886347,
            "stop": 1268887635
        },
        {
            "start": 1268887638,
            "stop": 1268888846
        },
        {
            "start": 1268888849,
            "stop": 1268889217
        },
        {
            "start": 1268889220,
            "stop": 1268891966
        },
        {
            "start": 1268891982,
            "stop": 1268892090
        },
        {
            "start": 1268892113,
            "stop": 1268892115
        },
        {
            "start": 1268892118,
            "stop": 1268892307
        },
        {
            "start": 1268892331,
            "stop": 1268892343
        },
        {
            "start": 1268892356,
            "stop": 1268892361
        },
        {
            "start": 1268892366,
            "stop": 1268892369
        },
        {
            "start": 1268892372,
            "stop": 1268892373
        },
        {
            "start": 1268892376,
            "stop": 1268892378
        }
    ]
}