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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=283",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 284,
    "results": [
        {
            "start": 1240134399,
            "stop": 1240134426
        },
        {
            "start": 1240134427,
            "stop": 1240134514
        },
        {
            "start": 1240134519,
            "stop": 1240134546
        },
        {
            "start": 1240134547,
            "stop": 1240134606
        },
        {
            "start": 1240134611,
            "stop": 1240134613
        },
        {
            "start": 1240134618,
            "stop": 1240134666
        },
        {
            "start": 1240134667,
            "stop": 1240134786
        },
        {
            "start": 1240134787,
            "stop": 1240134879
        },
        {
            "start": 1240134884,
            "stop": 1240134888
        },
        {
            "start": 1240134893,
            "stop": 1240134906
        },
        {
            "start": 1240134907,
            "stop": 1240134908
        },
        {
            "start": 1240134911,
            "stop": 1240135006
        },
        {
            "start": 1240135007,
            "stop": 1240135034
        },
        {
            "start": 1240135038,
            "stop": 1240135084
        },
        {
            "start": 1240135088,
            "stop": 1240135139
        },
        {
            "start": 1240135148,
            "stop": 1240135208
        },
        {
            "start": 1240135212,
            "stop": 1240135266
        },
        {
            "start": 1240135267,
            "stop": 1240135378
        },
        {
            "start": 1240135383,
            "stop": 1240135386
        },
        {
            "start": 1240135387,
            "stop": 1240135398
        }
    ]
}