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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=89",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 90,
    "results": [
        {
            "start": 1371374668,
            "stop": 1371376637
        },
        {
            "start": 1371376639,
            "stop": 1371378723
        },
        {
            "start": 1371378727,
            "stop": 1371378795
        },
        {
            "start": 1371378797,
            "stop": 1371380102
        },
        {
            "start": 1371380103,
            "stop": 1371380275
        },
        {
            "start": 1371380278,
            "stop": 1371381564
        },
        {
            "start": 1371381565,
            "stop": 1371383709
        },
        {
            "start": 1371383711,
            "stop": 1371384997
        },
        {
            "start": 1371384999,
            "stop": 1371386766
        },
        {
            "start": 1371386768,
            "stop": 1371388671
        },
        {
            "start": 1371388672,
            "stop": 1371389827
        },
        {
            "start": 1371389829,
            "stop": 1371391455
        },
        {
            "start": 1371391457,
            "stop": 1371393896
        },
        {
            "start": 1371393898,
            "stop": 1371394957
        },
        {
            "start": 1371394958,
            "stop": 1371395834
        },
        {
            "start": 1371395836,
            "stop": 1371401030
        },
        {
            "start": 1371401034,
            "stop": 1371401611
        },
        {
            "start": 1371401616,
            "stop": 1371402134
        },
        {
            "start": 1371402136,
            "stop": 1371402570
        },
        {
            "start": 1371406469,
            "stop": 1371406481
        }
    ]
}