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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=691",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=689",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 690,
    "results": [
        {
            "start": 1248760189,
            "stop": 1248760230
        },
        {
            "start": 1248760232,
            "stop": 1248760236
        },
        {
            "start": 1248760240,
            "stop": 1248760262
        },
        {
            "start": 1248760265,
            "stop": 1248760266
        },
        {
            "start": 1248760271,
            "stop": 1248760278
        },
        {
            "start": 1248760281,
            "stop": 1248760324
        },
        {
            "start": 1248760328,
            "stop": 1248760331
        },
        {
            "start": 1248760335,
            "stop": 1248760343
        },
        {
            "start": 1248760345,
            "stop": 1248760358
        },
        {
            "start": 1248760363,
            "stop": 1248760364
        },
        {
            "start": 1248760369,
            "stop": 1248760375
        },
        {
            "start": 1248760378,
            "stop": 1248760384
        },
        {
            "start": 1248760387,
            "stop": 1248760403
        },
        {
            "start": 1248760405,
            "stop": 1248760421
        },
        {
            "start": 1248760423,
            "stop": 1248760429
        },
        {
            "start": 1248760434,
            "stop": 1248760435
        },
        {
            "start": 1248760437,
            "stop": 1248760442
        },
        {
            "start": 1248760447,
            "stop": 1248760456
        },
        {
            "start": 1248760459,
            "stop": 1248760473
        },
        {
            "start": 1248760477,
            "stop": 1248760490
        }
    ]
}