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=527
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=528",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=526",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 527,
    "results": [
        {
            "start": 1264756627,
            "stop": 1264756628
        },
        {
            "start": 1264756629,
            "stop": 1264756630
        },
        {
            "start": 1264756632,
            "stop": 1264756640
        },
        {
            "start": 1264756641,
            "stop": 1264756648
        },
        {
            "start": 1264756649,
            "stop": 1264756657
        },
        {
            "start": 1264756658,
            "stop": 1264756660
        },
        {
            "start": 1264756661,
            "stop": 1264756830
        },
        {
            "start": 1264756831,
            "stop": 1264756832
        },
        {
            "start": 1264756833,
            "stop": 1264756837
        },
        {
            "start": 1264756839,
            "stop": 1264756840
        },
        {
            "start": 1264756842,
            "stop": 1264756843
        },
        {
            "start": 1264756844,
            "stop": 1264756846
        },
        {
            "start": 1264756847,
            "stop": 1264756849
        },
        {
            "start": 1264756850,
            "stop": 1264756851
        },
        {
            "start": 1264756852,
            "stop": 1264756856
        },
        {
            "start": 1264756858,
            "stop": 1264756883
        },
        {
            "start": 1264756884,
            "stop": 1264756886
        },
        {
            "start": 1264756887,
            "stop": 1264757629
        },
        {
            "start": 1264757631,
            "stop": 1264757643
        },
        {
            "start": 1264757644,
            "stop": 1264757645
        }
    ]
}