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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 43,
    "results": [
        {
            "start": 1257301190,
            "stop": 1257301193
        },
        {
            "start": 1257301196,
            "stop": 1257301443
        },
        {
            "start": 1257301446,
            "stop": 1257302116
        },
        {
            "start": 1257302119,
            "stop": 1257302553
        },
        {
            "start": 1257302556,
            "stop": 1257303083
        },
        {
            "start": 1257303086,
            "stop": 1257303088
        },
        {
            "start": 1257303090,
            "stop": 1257303100
        },
        {
            "start": 1257303101,
            "stop": 1257303122
        },
        {
            "start": 1257303123,
            "stop": 1257303213
        },
        {
            "start": 1257303219,
            "stop": 1257303308
        },
        {
            "start": 1257303328,
            "stop": 1257303329
        },
        {
            "start": 1257303333,
            "stop": 1257303334
        },
        {
            "start": 1257303337,
            "stop": 1257303338
        },
        {
            "start": 1257303347,
            "stop": 1257303349
        },
        {
            "start": 1257303350,
            "stop": 1257303357
        },
        {
            "start": 1257303372,
            "stop": 1257303576
        },
        {
            "start": 1257303579,
            "stop": 1257303582
        },
        {
            "start": 1257303590,
            "stop": 1257303591
        },
        {
            "start": 1257303594,
            "stop": 1257303596
        },
        {
            "start": 1257303605,
            "stop": 1257303606
        }
    ]
}