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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=132",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 133,
    "results": [
        {
            "start": 931768407,
            "stop": 931768436
        },
        {
            "start": 931768443,
            "stop": 931768454
        },
        {
            "start": 931768472,
            "stop": 931768473
        },
        {
            "start": 931768490,
            "stop": 931768498
        },
        {
            "start": 931768505,
            "stop": 931768523
        },
        {
            "start": 931768532,
            "stop": 931768534
        },
        {
            "start": 931768564,
            "stop": 931768565
        },
        {
            "start": 931768577,
            "stop": 931768583
        },
        {
            "start": 931768597,
            "stop": 931768598
        },
        {
            "start": 931768617,
            "stop": 931768621
        },
        {
            "start": 931768629,
            "stop": 931768642
        },
        {
            "start": 931768657,
            "stop": 931768661
        },
        {
            "start": 931768671,
            "stop": 931768672
        },
        {
            "start": 931768690,
            "stop": 931768693
        },
        {
            "start": 931768700,
            "stop": 931768726
        },
        {
            "start": 931768739,
            "stop": 931768742
        },
        {
            "start": 931768754,
            "stop": 931768761
        },
        {
            "start": 931768774,
            "stop": 931768784
        },
        {
            "start": 931768790,
            "stop": 931768795
        },
        {
            "start": 931768806,
            "stop": 931768821
        }
    ]
}