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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=378",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 379,
    "results": [
        {
            "start": 1182056608,
            "stop": 1182056614
        },
        {
            "start": 1182056615,
            "stop": 1182056617
        },
        {
            "start": 1182056620,
            "stop": 1182056682
        },
        {
            "start": 1182056684,
            "stop": 1182056700
        },
        {
            "start": 1182056702,
            "stop": 1182056714
        },
        {
            "start": 1182056715,
            "stop": 1182056720
        },
        {
            "start": 1182056722,
            "stop": 1182056736
        },
        {
            "start": 1182056738,
            "stop": 1182056743
        },
        {
            "start": 1182056745,
            "stop": 1182056786
        },
        {
            "start": 1182056788,
            "stop": 1182056827
        },
        {
            "start": 1182056829,
            "stop": 1182056833
        },
        {
            "start": 1182056836,
            "stop": 1182056851
        },
        {
            "start": 1182056853,
            "stop": 1182056855
        },
        {
            "start": 1182056856,
            "stop": 1182056871
        },
        {
            "start": 1182056873,
            "stop": 1182056894
        },
        {
            "start": 1182056896,
            "stop": 1182056919
        },
        {
            "start": 1182056921,
            "stop": 1182056933
        },
        {
            "start": 1182056935,
            "stop": 1182056981
        },
        {
            "start": 1182056982,
            "stop": 1182057020
        },
        {
            "start": 1182057022,
            "stop": 1182057034
        }
    ]
}