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=803
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=804",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=802",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 803,
    "results": [
        {
            "start": 1250140016,
            "stop": 1250143980
        },
        {
            "start": 1250143984,
            "stop": 1250144180
        },
        {
            "start": 1250144188,
            "stop": 1250144231
        },
        {
            "start": 1250144235,
            "stop": 1250146758
        },
        {
            "start": 1250152305,
            "stop": 1250153649
        },
        {
            "start": 1250153652,
            "stop": 1250155248
        },
        {
            "start": 1250155256,
            "stop": 1250158583
        },
        {
            "start": 1250158587,
            "stop": 1250159410
        },
        {
            "start": 1250159414,
            "stop": 1250159671
        },
        {
            "start": 1250159674,
            "stop": 1250170788
        },
        {
            "start": 1250170793,
            "stop": 1250175763
        },
        {
            "start": 1250183461,
            "stop": 1250184923
        },
        {
            "start": 1250184928,
            "stop": 1250185751
        },
        {
            "start": 1250185755,
            "stop": 1250188454
        },
        {
            "start": 1250188458,
            "stop": 1250188486
        },
        {
            "start": 1250188490,
            "stop": 1250188567
        },
        {
            "start": 1250188575,
            "stop": 1250189212
        },
        {
            "start": 1250189217,
            "stop": 1250189855
        },
        {
            "start": 1250189860,
            "stop": 1250189947
        },
        {
            "start": 1250189952,
            "stop": 1250190096
        }
    ]
}