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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=37",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 38,
    "results": [
        {
            "start": 1406417974,
            "stop": 1406472394
        },
        {
            "start": 1406504078,
            "stop": 1406543525
        },
        {
            "start": 1406558398,
            "stop": 1406559618
        },
        {
            "start": 1406589154,
            "stop": 1406668140
        },
        {
            "start": 1406668147,
            "stop": 1406671455
        },
        {
            "start": 1406672212,
            "stop": 1406673876
        },
        {
            "start": 1406694528,
            "stop": 1406696557
        },
        {
            "start": 1406712201,
            "stop": 1406723902
        },
        {
            "start": 1406731637,
            "stop": 1406745011
        },
        {
            "start": 1406746747,
            "stop": 1406750084
        },
        {
            "start": 1406755666,
            "stop": 1406777201
        },
        {
            "start": 1406815721,
            "stop": 1406919618
        },
        {
            "start": 1406935174,
            "stop": 1406964324
        },
        {
            "start": 1406972801,
            "stop": 1406984580
        },
        {
            "start": 1407014321,
            "stop": 1407038863
        },
        {
            "start": 1407056370,
            "stop": 1407073815
        },
        {
            "start": 1407089405,
            "stop": 1407092799
        },
        {
            "start": 1407093168,
            "stop": 1407139054
        },
        {
            "start": 1407157868,
            "stop": 1407159020
        },
        {
            "start": 1407193643,
            "stop": 1407261782
        }
    ]
}