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_CAT2/segments?format=api&page=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=327",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 328,
    "results": [
        {
            "start": 1263910319,
            "stop": 1263910323
        },
        {
            "start": 1263910324,
            "stop": 1263910327
        },
        {
            "start": 1263910328,
            "stop": 1263910374
        },
        {
            "start": 1263910375,
            "stop": 1263910381
        },
        {
            "start": 1263910383,
            "stop": 1263910400
        },
        {
            "start": 1263910405,
            "stop": 1263910418
        },
        {
            "start": 1263910419,
            "stop": 1263910454
        },
        {
            "start": 1263910459,
            "stop": 1263910485
        },
        {
            "start": 1263910490,
            "stop": 1263910496
        },
        {
            "start": 1263910497,
            "stop": 1263910500
        },
        {
            "start": 1263910502,
            "stop": 1263910553
        },
        {
            "start": 1263910554,
            "stop": 1263910560
        },
        {
            "start": 1263910561,
            "stop": 1263910593
        },
        {
            "start": 1263910595,
            "stop": 1263910791
        },
        {
            "start": 1263910793,
            "stop": 1263910795
        },
        {
            "start": 1263910796,
            "stop": 1263910801
        },
        {
            "start": 1263910803,
            "stop": 1263910809
        },
        {
            "start": 1263910811,
            "stop": 1263910957
        },
        {
            "start": 1263910959,
            "stop": 1263910966
        },
        {
            "start": 1263910969,
            "stop": 1263911068
        }
    ]
}