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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 158,
    "results": [
        {
            "start": 1239597909,
            "stop": 1239597994
        },
        {
            "start": 1239597999,
            "stop": 1239598527
        },
        {
            "start": 1239598529,
            "stop": 1239599127
        },
        {
            "start": 1239599129,
            "stop": 1239599280
        },
        {
            "start": 1239599283,
            "stop": 1239599585
        },
        {
            "start": 1239599589,
            "stop": 1239599727
        },
        {
            "start": 1239599729,
            "stop": 1239599733
        },
        {
            "start": 1239610810,
            "stop": 1239610849
        },
        {
            "start": 1239611420,
            "stop": 1239611466
        },
        {
            "start": 1239611885,
            "stop": 1239611893
        },
        {
            "start": 1239611897,
            "stop": 1239612078
        },
        {
            "start": 1239612083,
            "stop": 1239612192
        },
        {
            "start": 1239612197,
            "stop": 1239612307
        },
        {
            "start": 1239612308,
            "stop": 1239612327
        },
        {
            "start": 1239612331,
            "stop": 1239612336
        },
        {
            "start": 1239612344,
            "stop": 1239612367
        },
        {
            "start": 1239612372,
            "stop": 1239612451
        },
        {
            "start": 1239612455,
            "stop": 1239612881
        },
        {
            "start": 1239612886,
            "stop": 1239612907
        },
        {
            "start": 1239612908,
            "stop": 1239613181
        }
    ]
}