Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=2",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 3,
    "results": [
        {
            "start": 931076284,
            "stop": 931076290
        },
        {
            "start": 931076304,
            "stop": 931076316
        },
        {
            "start": 931076335,
            "stop": 931076344
        },
        {
            "start": 931076369,
            "stop": 931076404
        },
        {
            "start": 931076429,
            "stop": 931076434
        },
        {
            "start": 931076473,
            "stop": 931076479
        },
        {
            "start": 931076502,
            "stop": 931076503
        },
        {
            "start": 931076512,
            "stop": 931076513
        },
        {
            "start": 931076551,
            "stop": 931076560
        },
        {
            "start": 931076570,
            "stop": 931076593
        },
        {
            "start": 931076604,
            "stop": 931076607
        },
        {
            "start": 931076613,
            "stop": 931076615
        },
        {
            "start": 931076625,
            "stop": 931076628
        },
        {
            "start": 931076645,
            "stop": 931076646
        },
        {
            "start": 931076655,
            "stop": 931076656
        },
        {
            "start": 931076672,
            "stop": 931076700
        },
        {
            "start": 931076714,
            "stop": 931076715
        },
        {
            "start": 931076733,
            "stop": 931076735
        },
        {
            "start": 931076740,
            "stop": 931076741
        },
        {
            "start": 931076750,
            "stop": 931076751
        }
    ]
}