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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=55",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 56,
    "results": [
        {
            "start": 1420843272,
            "stop": 1420846586
        },
        {
            "start": 1420849077,
            "stop": 1420879099
        },
        {
            "start": 1420883708,
            "stop": 1420899936
        },
        {
            "start": 1420900373,
            "stop": 1420901480
        },
        {
            "start": 1420901519,
            "stop": 1420901520
        },
        {
            "start": 1420901560,
            "stop": 1420901561
        },
        {
            "start": 1420901600,
            "stop": 1420901602
        },
        {
            "start": 1420901641,
            "stop": 1420901643
        },
        {
            "start": 1420901682,
            "stop": 1420901683
        },
        {
            "start": 1420924737,
            "stop": 1420941041
        },
        {
            "start": 1420950665,
            "stop": 1420962441
        },
        {
            "start": 1420987729,
            "stop": 1420995590
        },
        {
            "start": 1421000071,
            "stop": 1421080240
        },
        {
            "start": 1421082082,
            "stop": 1421082088
        },
        {
            "start": 1421092879,
            "stop": 1421171838
        },
        {
            "start": 1421172238,
            "stop": 1421263839
        },
        {
            "start": 1421266189,
            "stop": 1421309205
        },
        {
            "start": 1421318490,
            "stop": 1421319061
        },
        {
            "start": 1421320797,
            "stop": 1421334004
        },
        {
            "start": 1421346768,
            "stop": 1421356017
        }
    ]
}