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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5089",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5087",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5088,
    "results": [
        {
            "start": 1136971005,
            "stop": 1136971065
        },
        {
            "start": 1136971066,
            "stop": 1136971237
        },
        {
            "start": 1136971239,
            "stop": 1136971256
        },
        {
            "start": 1136971258,
            "stop": 1136971269
        },
        {
            "start": 1136971271,
            "stop": 1136971285
        },
        {
            "start": 1136971287,
            "stop": 1136971292
        },
        {
            "start": 1136971294,
            "stop": 1136971296
        },
        {
            "start": 1136971298,
            "stop": 1136971310
        },
        {
            "start": 1136971312,
            "stop": 1136971313
        },
        {
            "start": 1136971314,
            "stop": 1136971316
        },
        {
            "start": 1136971318,
            "stop": 1136971345
        },
        {
            "start": 1136971347,
            "stop": 1136971460
        },
        {
            "start": 1136971462,
            "stop": 1136971488
        },
        {
            "start": 1136971490,
            "stop": 1136971491
        },
        {
            "start": 1136971493,
            "stop": 1136971514
        },
        {
            "start": 1136971516,
            "stop": 1136971559
        },
        {
            "start": 1136971561,
            "stop": 1136971563
        },
        {
            "start": 1136971565,
            "stop": 1136971582
        },
        {
            "start": 1136971584,
            "stop": 1136971587
        },
        {
            "start": 1136971590,
            "stop": 1136971775
        }
    ]
}