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=672
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=673",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=671",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 672,
    "results": [
        {
            "start": 1265018871,
            "stop": 1265022827
        },
        {
            "start": 1265022829,
            "stop": 1265025513
        },
        {
            "start": 1265025516,
            "stop": 1265030882
        },
        {
            "start": 1265030885,
            "stop": 1265032905
        },
        {
            "start": 1265032908,
            "stop": 1265033309
        },
        {
            "start": 1265033312,
            "stop": 1265035185
        },
        {
            "start": 1265035188,
            "stop": 1265039300
        },
        {
            "start": 1265039308,
            "stop": 1265040155
        },
        {
            "start": 1265040158,
            "stop": 1265042138
        },
        {
            "start": 1265042141,
            "stop": 1265043510
        },
        {
            "start": 1265043513,
            "stop": 1265043816
        },
        {
            "start": 1265043818,
            "stop": 1265045316
        },
        {
            "start": 1265045418,
            "stop": 1265046578
        },
        {
            "start": 1265046581,
            "stop": 1265047500
        },
        {
            "start": 1265054157,
            "stop": 1265057509
        },
        {
            "start": 1265057512,
            "stop": 1265059491
        },
        {
            "start": 1265059494,
            "stop": 1265060484
        },
        {
            "start": 1265064926,
            "stop": 1265067935
        },
        {
            "start": 1265080011,
            "stop": 1265082661
        },
        {
            "start": 1265082664,
            "stop": 1265083410
        }
    ]
}