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=593
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=594",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=592",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 593,
    "results": [
        {
            "start": 1265005573,
            "stop": 1265005588
        },
        {
            "start": 1265005590,
            "stop": 1265005643
        },
        {
            "start": 1265005645,
            "stop": 1265005733
        },
        {
            "start": 1265005734,
            "stop": 1265005751
        },
        {
            "start": 1265005752,
            "stop": 1265005844
        },
        {
            "start": 1265005846,
            "stop": 1265007089
        },
        {
            "start": 1265007090,
            "stop": 1265007098
        },
        {
            "start": 1265007099,
            "stop": 1265007321
        },
        {
            "start": 1265007324,
            "stop": 1265009119
        },
        {
            "start": 1265009123,
            "stop": 1265009125
        },
        {
            "start": 1265009126,
            "stop": 1265009127
        },
        {
            "start": 1265009128,
            "stop": 1265009152
        },
        {
            "start": 1265009153,
            "stop": 1265009322
        },
        {
            "start": 1265009325,
            "stop": 1265009517
        },
        {
            "start": 1265009520,
            "stop": 1265009523
        },
        {
            "start": 1265009524,
            "stop": 1265009525
        },
        {
            "start": 1265009528,
            "stop": 1265009530
        },
        {
            "start": 1265009532,
            "stop": 1265009866
        },
        {
            "start": 1265009867,
            "stop": 1265009877
        },
        {
            "start": 1265009878,
            "stop": 1265009888
        }
    ]
}