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=858
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=859",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=857",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 858,
    "results": [
        {
            "start": 1250603732,
            "stop": 1250604644
        },
        {
            "start": 1250604648,
            "stop": 1250606321
        },
        {
            "start": 1250606325,
            "stop": 1250607341
        },
        {
            "start": 1250607345,
            "stop": 1250608187
        },
        {
            "start": 1250608191,
            "stop": 1250610728
        },
        {
            "start": 1250610731,
            "stop": 1250611879
        },
        {
            "start": 1250611883,
            "stop": 1250612020
        },
        {
            "start": 1250612023,
            "stop": 1250612111
        },
        {
            "start": 1250612115,
            "stop": 1250612232
        },
        {
            "start": 1250612235,
            "stop": 1250612651
        },
        {
            "start": 1250612655,
            "stop": 1250613717
        },
        {
            "start": 1250613719,
            "stop": 1250615043
        },
        {
            "start": 1250615046,
            "stop": 1250615052
        },
        {
            "start": 1250615057,
            "stop": 1250615296
        },
        {
            "start": 1250615301,
            "stop": 1250615476
        },
        {
            "start": 1250615479,
            "stop": 1250615637
        },
        {
            "start": 1250615643,
            "stop": 1250615646
        },
        {
            "start": 1250615647,
            "stop": 1250615927
        },
        {
            "start": 1250615928,
            "stop": 1250615930
        },
        {
            "start": 1250615931,
            "stop": 1250615935
        }
    ]
}