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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5157",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5155",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5156,
    "results": [
        {
            "start": 1136212098,
            "stop": 1136212132
        },
        {
            "start": 1136212134,
            "stop": 1136212274
        },
        {
            "start": 1136212276,
            "stop": 1136212309
        },
        {
            "start": 1136212311,
            "stop": 1136212387
        },
        {
            "start": 1136212389,
            "stop": 1136212404
        },
        {
            "start": 1136212406,
            "stop": 1136212532
        },
        {
            "start": 1136212537,
            "stop": 1136212543
        },
        {
            "start": 1136212545,
            "stop": 1136212563
        },
        {
            "start": 1136212565,
            "stop": 1136212583
        },
        {
            "start": 1136212585,
            "stop": 1136212730
        },
        {
            "start": 1136212732,
            "stop": 1136212815
        },
        {
            "start": 1136212817,
            "stop": 1136212827
        },
        {
            "start": 1136212829,
            "stop": 1136212954
        },
        {
            "start": 1136212956,
            "stop": 1136212994
        },
        {
            "start": 1136212996,
            "stop": 1136213090
        },
        {
            "start": 1136213092,
            "stop": 1136213134
        },
        {
            "start": 1136213136,
            "stop": 1136213171
        },
        {
            "start": 1136213173,
            "stop": 1136213410
        },
        {
            "start": 1136213412,
            "stop": 1136213413
        },
        {
            "start": 1136213415,
            "stop": 1136213417
        }
    ]
}