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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=67",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 68,
    "results": [
        {
            "start": 1258439203,
            "stop": 1258439383
        },
        {
            "start": 1258446227,
            "stop": 1258446527
        },
        {
            "start": 1258446530,
            "stop": 1258446582
        },
        {
            "start": 1258446585,
            "stop": 1258446818
        },
        {
            "start": 1258446821,
            "stop": 1258447614
        },
        {
            "start": 1258447617,
            "stop": 1258447705
        },
        {
            "start": 1258447708,
            "stop": 1258448964
        },
        {
            "start": 1258448968,
            "stop": 1258453276
        },
        {
            "start": 1258456705,
            "stop": 1258456938
        },
        {
            "start": 1258456941,
            "stop": 1258458315
        },
        {
            "start": 1258458318,
            "stop": 1258459450
        },
        {
            "start": 1258459453,
            "stop": 1258461040
        },
        {
            "start": 1258461043,
            "stop": 1258461595
        },
        {
            "start": 1258461598,
            "stop": 1258462678
        },
        {
            "start": 1258462680,
            "stop": 1258462767
        },
        {
            "start": 1258462772,
            "stop": 1258463531
        },
        {
            "start": 1258463533,
            "stop": 1258463912
        },
        {
            "start": 1258463914,
            "stop": 1258465943
        },
        {
            "start": 1258465948,
            "stop": 1258466371
        },
        {
            "start": 1258466375,
            "stop": 1258466448
        }
    ]
}