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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1781",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1779",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1780,
    "results": [
        {
            "start": 1249562797,
            "stop": 1249562798
        },
        {
            "start": 1249562807,
            "stop": 1249562829
        },
        {
            "start": 1249562830,
            "stop": 1249562831
        },
        {
            "start": 1249562834,
            "stop": 1249562836
        },
        {
            "start": 1249562837,
            "stop": 1249562839
        },
        {
            "start": 1249562843,
            "stop": 1249562848
        },
        {
            "start": 1249562854,
            "stop": 1249562855
        },
        {
            "start": 1249562856,
            "stop": 1249562865
        },
        {
            "start": 1249562867,
            "stop": 1249562878
        },
        {
            "start": 1249562880,
            "stop": 1249562904
        },
        {
            "start": 1249562905,
            "stop": 1249562911
        },
        {
            "start": 1249562912,
            "stop": 1249562915
        },
        {
            "start": 1249562921,
            "stop": 1249562938
        },
        {
            "start": 1249562940,
            "stop": 1249562946
        },
        {
            "start": 1249562948,
            "stop": 1249562950
        },
        {
            "start": 1249562953,
            "stop": 1249562959
        },
        {
            "start": 1249562964,
            "stop": 1249562967
        },
        {
            "start": 1249563005,
            "stop": 1249563006
        },
        {
            "start": 1249563007,
            "stop": 1249563008
        },
        {
            "start": 1249563011,
            "stop": 1249563012
        }
    ]
}