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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=82",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 83,
    "results": [
        {
            "start": 931316542,
            "stop": 931316543
        },
        {
            "start": 931316554,
            "stop": 931316559
        },
        {
            "start": 931316561,
            "stop": 931316563
        },
        {
            "start": 931316565,
            "stop": 931316569
        },
        {
            "start": 931316571,
            "stop": 931316575
        },
        {
            "start": 931316578,
            "stop": 931316591
        },
        {
            "start": 931316595,
            "stop": 931316599
        },
        {
            "start": 931316601,
            "stop": 931316607
        },
        {
            "start": 931316609,
            "stop": 931316610
        },
        {
            "start": 931316614,
            "stop": 931316617
        },
        {
            "start": 931316620,
            "stop": 931316621
        },
        {
            "start": 931316631,
            "stop": 931316636
        },
        {
            "start": 931316645,
            "stop": 931316650
        },
        {
            "start": 931316658,
            "stop": 931316659
        },
        {
            "start": 931316663,
            "stop": 931316666
        },
        {
            "start": 931316669,
            "stop": 931316673
        },
        {
            "start": 931316689,
            "stop": 931316694
        },
        {
            "start": 931316698,
            "stop": 931316701
        },
        {
            "start": 931316705,
            "stop": 931316707
        },
        {
            "start": 931316712,
            "stop": 931316715
        }
    ]
}