Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=770
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=771",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=769",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 770,
    "results": [
        {
            "start": 1268015858,
            "stop": 1268016695
        },
        {
            "start": 1268016697,
            "stop": 1268018784
        },
        {
            "start": 1268018785,
            "stop": 1268019228
        },
        {
            "start": 1268019231,
            "stop": 1268019847
        },
        {
            "start": 1268019851,
            "stop": 1268021806
        },
        {
            "start": 1268021811,
            "stop": 1268022600
        },
        {
            "start": 1268022604,
            "stop": 1268032155
        },
        {
            "start": 1268032158,
            "stop": 1268032167
        },
        {
            "start": 1268032171,
            "stop": 1268033046
        },
        {
            "start": 1268033051,
            "stop": 1268034144
        },
        {
            "start": 1268034145,
            "stop": 1268035004
        },
        {
            "start": 1268035007,
            "stop": 1268037373
        },
        {
            "start": 1268037377,
            "stop": 1268039170
        },
        {
            "start": 1268039175,
            "stop": 1268040576
        },
        {
            "start": 1268040578,
            "stop": 1268042986
        },
        {
            "start": 1268045773,
            "stop": 1268049201
        },
        {
            "start": 1268049203,
            "stop": 1268049462
        },
        {
            "start": 1268049466,
            "stop": 1268050777
        },
        {
            "start": 1268050781,
            "stop": 1268052978
        },
        {
            "start": 1268052982,
            "stop": 1268053307
        }
    ]
}