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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 207,
    "results": [
        {
            "start": 1239892872,
            "stop": 1239892991
        },
        {
            "start": 1239892992,
            "stop": 1239893111
        },
        {
            "start": 1239893112,
            "stop": 1239893231
        },
        {
            "start": 1239893232,
            "stop": 1239893351
        },
        {
            "start": 1239893352,
            "stop": 1239893471
        },
        {
            "start": 1239893472,
            "stop": 1239893591
        },
        {
            "start": 1239893592,
            "stop": 1239893711
        },
        {
            "start": 1239893712,
            "stop": 1239893831
        },
        {
            "start": 1239893832,
            "stop": 1239893951
        },
        {
            "start": 1239893952,
            "stop": 1239894071
        },
        {
            "start": 1239894072,
            "stop": 1239894191
        },
        {
            "start": 1239894192,
            "stop": 1239894308
        },
        {
            "start": 1239894310,
            "stop": 1239894431
        },
        {
            "start": 1239894432,
            "stop": 1239894551
        },
        {
            "start": 1239894552,
            "stop": 1239894671
        },
        {
            "start": 1239894672,
            "stop": 1239894791
        },
        {
            "start": 1239894792,
            "stop": 1239894911
        },
        {
            "start": 1239894912,
            "stop": 1239895031
        },
        {
            "start": 1239895032,
            "stop": 1239895151
        },
        {
            "start": 1239895152,
            "stop": 1239895271
        }
    ]
}