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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 2,
    "results": [
        {
            "start": 931054817,
            "stop": 931054822
        },
        {
            "start": 931054824,
            "stop": 931054873
        },
        {
            "start": 931054874,
            "stop": 931054929
        },
        {
            "start": 931054931,
            "stop": 931054943
        },
        {
            "start": 931054945,
            "stop": 931054948
        },
        {
            "start": 931054950,
            "stop": 931054968
        },
        {
            "start": 931054970,
            "stop": 931054991
        },
        {
            "start": 931054992,
            "stop": 931054996
        },
        {
            "start": 931054997,
            "stop": 931055000
        },
        {
            "start": 931055002,
            "stop": 931055081
        },
        {
            "start": 931076896,
            "stop": 931076919
        },
        {
            "start": 931076920,
            "stop": 931077016
        },
        {
            "start": 931077017,
            "stop": 931077063
        },
        {
            "start": 931077064,
            "stop": 931077156
        },
        {
            "start": 931077157,
            "stop": 931077181
        },
        {
            "start": 931077182,
            "stop": 931077186
        },
        {
            "start": 931077187,
            "stop": 931077569
        },
        {
            "start": 931077570,
            "stop": 931077579
        },
        {
            "start": 931077580,
            "stop": 931077725
        },
        {
            "start": 931077726,
            "stop": 931077920
        }
    ]
}