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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2089",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2090,
    "results": [
        {
            "start": 871472340,
            "stop": 871475426
        },
        {
            "start": 871476156,
            "stop": 871479837
        },
        {
            "start": 871479854,
            "stop": 871479974
        },
        {
            "start": 871480269,
            "stop": 871484550
        },
        {
            "start": 871484578,
            "stop": 871484626
        },
        {
            "start": 871484644,
            "stop": 871484646
        },
        {
            "start": 871484678,
            "stop": 871484686
        },
        {
            "start": 871484710,
            "stop": 871484730
        },
        {
            "start": 871484809,
            "stop": 871484811
        },
        {
            "start": 871484861,
            "stop": 871484873
        },
        {
            "start": 871485756,
            "stop": 871488044
        },
        {
            "start": 871488075,
            "stop": 871489902
        },
        {
            "start": 871489922,
            "stop": 871492431
        },
        {
            "start": 871492448,
            "stop": 871492685
        },
        {
            "start": 871492690,
            "stop": 871493426
        },
        {
            "start": 871493443,
            "stop": 871495351
        },
        {
            "start": 871495370,
            "stop": 871495728
        },
        {
            "start": 871495759,
            "stop": 871495760
        },
        {
            "start": 871498641,
            "stop": 871498645
        },
        {
            "start": 871498669,
            "stop": 871498678
        }
    ]
}