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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 110,
    "results": [
        {
            "start": 1257855087,
            "stop": 1257855224
        },
        {
            "start": 1257855227,
            "stop": 1257855230
        },
        {
            "start": 1257855233,
            "stop": 1257855258
        },
        {
            "start": 1257855261,
            "stop": 1257855284
        },
        {
            "start": 1257855287,
            "stop": 1257855328
        },
        {
            "start": 1257855331,
            "stop": 1257855515
        },
        {
            "start": 1257855518,
            "stop": 1257855603
        },
        {
            "start": 1257855606,
            "stop": 1257855666
        },
        {
            "start": 1257855672,
            "stop": 1257855708
        },
        {
            "start": 1257855713,
            "stop": 1257855716
        },
        {
            "start": 1257855719,
            "stop": 1257855720
        },
        {
            "start": 1257855723,
            "stop": 1257855734
        },
        {
            "start": 1257855737,
            "stop": 1257855741
        },
        {
            "start": 1257855744,
            "stop": 1257855823
        },
        {
            "start": 1257855826,
            "stop": 1257855875
        },
        {
            "start": 1257855878,
            "stop": 1257855886
        },
        {
            "start": 1257855889,
            "stop": 1257856225
        },
        {
            "start": 1257856228,
            "stop": 1257856230
        },
        {
            "start": 1257856233,
            "stop": 1257856275
        },
        {
            "start": 1257856278,
            "stop": 1257856313
        }
    ]
}