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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5256",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5254",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5255,
    "results": [
        {
            "start": 1136390581,
            "stop": 1136390595
        },
        {
            "start": 1136390597,
            "stop": 1136390621
        },
        {
            "start": 1136390625,
            "stop": 1136390638
        },
        {
            "start": 1136390640,
            "stop": 1136390649
        },
        {
            "start": 1136390651,
            "stop": 1136390653
        },
        {
            "start": 1136390655,
            "stop": 1136390670
        },
        {
            "start": 1136390672,
            "stop": 1136390702
        },
        {
            "start": 1136390704,
            "stop": 1136390709
        },
        {
            "start": 1136390711,
            "stop": 1136390717
        },
        {
            "start": 1136390719,
            "stop": 1136390756
        },
        {
            "start": 1136390758,
            "stop": 1136390781
        },
        {
            "start": 1136390783,
            "stop": 1136390786
        },
        {
            "start": 1136390788,
            "stop": 1136390792
        },
        {
            "start": 1136390794,
            "stop": 1136390865
        },
        {
            "start": 1136390867,
            "stop": 1136390871
        },
        {
            "start": 1136390873,
            "stop": 1136390884
        },
        {
            "start": 1136390886,
            "stop": 1136390890
        },
        {
            "start": 1136390892,
            "stop": 1136390898
        },
        {
            "start": 1136390900,
            "stop": 1136390914
        },
        {
            "start": 1136390916,
            "stop": 1136390947
        }
    ]
}