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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 108,
    "results": [
        {
            "start": 1257834411,
            "stop": 1257834412
        },
        {
            "start": 1257834415,
            "stop": 1257834419
        },
        {
            "start": 1257834422,
            "stop": 1257834561
        },
        {
            "start": 1257834570,
            "stop": 1257834631
        },
        {
            "start": 1257839632,
            "stop": 1257839926
        },
        {
            "start": 1257839929,
            "stop": 1257840944
        },
        {
            "start": 1257840947,
            "stop": 1257841439
        },
        {
            "start": 1257841443,
            "stop": 1257841840
        },
        {
            "start": 1257841843,
            "stop": 1257842198
        },
        {
            "start": 1257842200,
            "stop": 1257842897
        },
        {
            "start": 1257842898,
            "stop": 1257844367
        },
        {
            "start": 1257844370,
            "stop": 1257844693
        },
        {
            "start": 1257844696,
            "stop": 1257845435
        },
        {
            "start": 1257845438,
            "stop": 1257845958
        },
        {
            "start": 1257845961,
            "stop": 1257847200
        },
        {
            "start": 1257847203,
            "stop": 1257847596
        },
        {
            "start": 1257847600,
            "stop": 1257850606
        },
        {
            "start": 1257850609,
            "stop": 1257850612
        },
        {
            "start": 1257850615,
            "stop": 1257850677
        },
        {
            "start": 1257850680,
            "stop": 1257851381
        }
    ]
}