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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=163",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 164,
    "results": [
        {
            "start": 1261057051,
            "stop": 1261058044
        },
        {
            "start": 1261058045,
            "stop": 1261058091
        },
        {
            "start": 1261058096,
            "stop": 1261058108
        },
        {
            "start": 1261058113,
            "stop": 1261058162
        },
        {
            "start": 1261058167,
            "stop": 1261058253
        },
        {
            "start": 1261058258,
            "stop": 1261058278
        },
        {
            "start": 1261058281,
            "stop": 1261058409
        },
        {
            "start": 1261058414,
            "stop": 1261058500
        },
        {
            "start": 1261058505,
            "stop": 1261058616
        },
        {
            "start": 1261058617,
            "stop": 1261059084
        },
        {
            "start": 1261059087,
            "stop": 1261059299
        },
        {
            "start": 1261059302,
            "stop": 1261059306
        },
        {
            "start": 1261059309,
            "stop": 1261059328
        },
        {
            "start": 1261059331,
            "stop": 1261059439
        },
        {
            "start": 1261059443,
            "stop": 1261059472
        },
        {
            "start": 1261059476,
            "stop": 1261059502
        },
        {
            "start": 1261059506,
            "stop": 1261059519
        },
        {
            "start": 1261059522,
            "stop": 1261059759
        },
        {
            "start": 1261059761,
            "stop": 1261059897
        },
        {
            "start": 1261059900,
            "stop": 1261060172
        }
    ]
}