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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1828",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1826",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1827,
    "results": [
        {
            "start": 963236714,
            "stop": 963236974
        },
        {
            "start": 963238420,
            "stop": 963241349
        },
        {
            "start": 963243980,
            "stop": 963247168
        },
        {
            "start": 963247169,
            "stop": 963247672
        },
        {
            "start": 963248482,
            "stop": 963250403
        },
        {
            "start": 963255634,
            "stop": 963255918
        },
        {
            "start": 963257487,
            "stop": 963258531
        },
        {
            "start": 963261349,
            "stop": 963261602
        },
        {
            "start": 963261604,
            "stop": 963261605
        },
        {
            "start": 963261608,
            "stop": 963262320
        },
        {
            "start": 963263014,
            "stop": 963267215
        },
        {
            "start": 963267216,
            "stop": 963268624
        },
        {
            "start": 963268674,
            "stop": 963271539
        },
        {
            "start": 963276272,
            "stop": 963276540
        },
        {
            "start": 963276579,
            "stop": 963276583
        },
        {
            "start": 963276599,
            "stop": 963279596
        },
        {
            "start": 963279597,
            "stop": 963280222
        },
        {
            "start": 963280223,
            "stop": 963281912
        },
        {
            "start": 963281914,
            "stop": 963286380
        },
        {
            "start": 963287191,
            "stop": 963300735
        }
    ]
}