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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=207",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 208,
    "results": [
        {
            "start": 1239895272,
            "stop": 1239895391
        },
        {
            "start": 1239895392,
            "stop": 1239895511
        },
        {
            "start": 1239895512,
            "stop": 1239895631
        },
        {
            "start": 1239895632,
            "stop": 1239895751
        },
        {
            "start": 1239895752,
            "stop": 1239895871
        },
        {
            "start": 1239895872,
            "stop": 1239895991
        },
        {
            "start": 1239895992,
            "stop": 1239896111
        },
        {
            "start": 1239896112,
            "stop": 1239896231
        },
        {
            "start": 1239896232,
            "stop": 1239896351
        },
        {
            "start": 1239896352,
            "stop": 1239896471
        },
        {
            "start": 1239896472,
            "stop": 1239896591
        },
        {
            "start": 1239896592,
            "stop": 1239896711
        },
        {
            "start": 1239896712,
            "stop": 1239896831
        },
        {
            "start": 1239896832,
            "stop": 1239896951
        },
        {
            "start": 1239896952,
            "stop": 1239897071
        },
        {
            "start": 1239897072,
            "stop": 1239897191
        },
        {
            "start": 1239897192,
            "stop": 1239897311
        },
        {
            "start": 1239897312,
            "stop": 1239897431
        },
        {
            "start": 1239897432,
            "stop": 1239897551
        },
        {
            "start": 1239897552,
            "stop": 1239897671
        }
    ]
}