Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=42
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=41",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 42,
    "results": [
        {
            "start": 817352726,
            "stop": 817353079
        },
        {
            "start": 817353082,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817353386
        },
        {
            "start": 817353388,
            "stop": 817354678
        },
        {
            "start": 817354681,
            "stop": 817354951
        },
        {
            "start": 817354953,
            "stop": 817355247
        },
        {
            "start": 817355250,
            "stop": 817355450
        },
        {
            "start": 817355455,
            "stop": 817355456
        },
        {
            "start": 817355459,
            "stop": 817355460
        },
        {
            "start": 817355464,
            "stop": 817355477
        },
        {
            "start": 817355480,
            "stop": 817355802
        },
        {
            "start": 817355807,
            "stop": 817355809
        },
        {
            "start": 817355814,
            "stop": 817355956
        },
        {
            "start": 817355959,
            "stop": 817356601
        },
        {
            "start": 817356604,
            "stop": 817357699
        },
        {
            "start": 817357702,
            "stop": 817358480
        },
        {
            "start": 817358485,
            "stop": 817364491
        },
        {
            "start": 817364494,
            "stop": 817364984
        },
        {
            "start": 817364991,
            "stop": 817365051
        },
        {
            "start": 817365054,
            "stop": 817365089
        }
    ]
}