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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 169,
    "results": [
        {
            "start": 1239831794,
            "stop": 1239831989
        },
        {
            "start": 1239831990,
            "stop": 1239832070
        },
        {
            "start": 1239832072,
            "stop": 1239832219
        },
        {
            "start": 1239832221,
            "stop": 1239832282
        },
        {
            "start": 1239832283,
            "stop": 1239832349
        },
        {
            "start": 1239832351,
            "stop": 1239832481
        },
        {
            "start": 1239832482,
            "stop": 1239832515
        },
        {
            "start": 1239832516,
            "stop": 1239832542
        },
        {
            "start": 1239832543,
            "stop": 1239832777
        },
        {
            "start": 1239832779,
            "stop": 1239832792
        },
        {
            "start": 1239832793,
            "stop": 1239832809
        },
        {
            "start": 1239832810,
            "stop": 1239832827
        },
        {
            "start": 1239832829,
            "stop": 1239832951
        },
        {
            "start": 1239832952,
            "stop": 1239832972
        },
        {
            "start": 1239832973,
            "stop": 1239833138
        },
        {
            "start": 1239833140,
            "stop": 1239833153
        },
        {
            "start": 1239833154,
            "stop": 1239833229
        },
        {
            "start": 1239833230,
            "stop": 1239833266
        },
        {
            "start": 1239833269,
            "stop": 1239833650
        },
        {
            "start": 1239833651,
            "stop": 1239833677
        }
    ]
}