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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=363",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 364,
    "results": [
        {
            "start": 932060038,
            "stop": 932060040
        },
        {
            "start": 932063232,
            "stop": 932063258
        },
        {
            "start": 932063260,
            "stop": 932063958
        },
        {
            "start": 932063959,
            "stop": 932064245
        },
        {
            "start": 932064247,
            "stop": 932064480
        },
        {
            "start": 932064481,
            "stop": 932064741
        },
        {
            "start": 932064742,
            "stop": 932064755
        },
        {
            "start": 932064756,
            "stop": 932064993
        },
        {
            "start": 932064995,
            "stop": 932065159
        },
        {
            "start": 932065170,
            "stop": 932065181
        },
        {
            "start": 932065182,
            "stop": 932065695
        },
        {
            "start": 932065696,
            "stop": 932065774
        },
        {
            "start": 932065775,
            "stop": 932065831
        },
        {
            "start": 932065832,
            "stop": 932065862
        },
        {
            "start": 932065863,
            "stop": 932065948
        },
        {
            "start": 932065949,
            "stop": 932065982
        },
        {
            "start": 932065984,
            "stop": 932065987
        },
        {
            "start": 932065988,
            "stop": 932065991
        },
        {
            "start": 932065992,
            "stop": 932066014
        },
        {
            "start": 932066017,
            "stop": 932066041
        }
    ]
}