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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=731
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=732",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=730",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 731,
    "results": [
        {
            "start": 1249012406,
            "stop": 1249012439
        },
        {
            "start": 1249012442,
            "stop": 1249012534
        },
        {
            "start": 1249012538,
            "stop": 1249012543
        },
        {
            "start": 1249012545,
            "stop": 1249012619
        },
        {
            "start": 1249012620,
            "stop": 1249012621
        },
        {
            "start": 1249012624,
            "stop": 1249012630
        },
        {
            "start": 1249012633,
            "stop": 1249012928
        },
        {
            "start": 1249012933,
            "stop": 1249012975
        },
        {
            "start": 1249012977,
            "stop": 1249012978
        },
        {
            "start": 1249012979,
            "stop": 1249012985
        },
        {
            "start": 1249012988,
            "stop": 1249012991
        },
        {
            "start": 1249012992,
            "stop": 1249013003
        },
        {
            "start": 1249013007,
            "stop": 1249013016
        },
        {
            "start": 1249013021,
            "stop": 1249013270
        },
        {
            "start": 1249013278,
            "stop": 1249013312
        },
        {
            "start": 1249013315,
            "stop": 1249013321
        },
        {
            "start": 1249013323,
            "stop": 1249013324
        },
        {
            "start": 1249013326,
            "stop": 1249013328
        },
        {
            "start": 1249013332,
            "stop": 1249013347
        },
        {
            "start": 1249013352,
            "stop": 1249013354
        }
    ]
}