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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=187",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 188,
    "results": [
        {
            "start": 931476525,
            "stop": 931476552
        },
        {
            "start": 931476554,
            "stop": 931476588
        },
        {
            "start": 931476589,
            "stop": 931476616
        },
        {
            "start": 931476618,
            "stop": 931476651
        },
        {
            "start": 931476653,
            "stop": 931476709
        },
        {
            "start": 931476710,
            "stop": 931476763
        },
        {
            "start": 931476765,
            "stop": 931476822
        },
        {
            "start": 931476824,
            "stop": 931476841
        },
        {
            "start": 931476842,
            "stop": 931476854
        },
        {
            "start": 931476855,
            "stop": 931476881
        },
        {
            "start": 931476883,
            "stop": 931476894
        },
        {
            "start": 931476897,
            "stop": 931476906
        },
        {
            "start": 931476908,
            "stop": 931476938
        },
        {
            "start": 931476941,
            "stop": 931476956
        },
        {
            "start": 931476958,
            "stop": 931476963
        },
        {
            "start": 931476965,
            "stop": 931476978
        },
        {
            "start": 931476980,
            "stop": 931476990
        },
        {
            "start": 931476994,
            "stop": 931477031
        },
        {
            "start": 931477033,
            "stop": 931477059
        },
        {
            "start": 931481939,
            "stop": 931481948
        }
    ]
}