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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=190",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 191,
    "results": [
        {
            "start": 1420501322,
            "stop": 1420501781
        },
        {
            "start": 1420501789,
            "stop": 1420502169
        },
        {
            "start": 1420502177,
            "stop": 1420502282
        },
        {
            "start": 1420502284,
            "stop": 1420502419
        },
        {
            "start": 1420502420,
            "stop": 1420502457
        },
        {
            "start": 1420502467,
            "stop": 1420502481
        },
        {
            "start": 1420502495,
            "stop": 1420502500
        },
        {
            "start": 1420502502,
            "stop": 1420502717
        },
        {
            "start": 1420502726,
            "stop": 1420502759
        },
        {
            "start": 1420502760,
            "stop": 1420502781
        },
        {
            "start": 1420502801,
            "stop": 1420502877
        },
        {
            "start": 1420502889,
            "stop": 1420502893
        },
        {
            "start": 1420502897,
            "stop": 1420503701
        },
        {
            "start": 1420503703,
            "stop": 1420503909
        },
        {
            "start": 1420503914,
            "stop": 1420503941
        },
        {
            "start": 1420503945,
            "stop": 1420503950
        },
        {
            "start": 1420503952,
            "stop": 1420503953
        },
        {
            "start": 1420503955,
            "stop": 1420504025
        },
        {
            "start": 1420504029,
            "stop": 1420504133
        },
        {
            "start": 1420504137,
            "stop": 1420504153
        }
    ]
}