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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3420",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3418",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3419,
    "results": [
        {
            "start": 969660466,
            "stop": 969660601
        },
        {
            "start": 969660604,
            "stop": 969660634
        },
        {
            "start": 969660638,
            "stop": 969660646
        },
        {
            "start": 969660649,
            "stop": 969660650
        },
        {
            "start": 969660654,
            "stop": 969660657
        },
        {
            "start": 969660664,
            "stop": 969660722
        },
        {
            "start": 969660725,
            "stop": 969660869
        },
        {
            "start": 969660872,
            "stop": 969661067
        },
        {
            "start": 969661187,
            "stop": 969661233
        },
        {
            "start": 969661236,
            "stop": 969661309
        },
        {
            "start": 969661313,
            "stop": 969661427
        },
        {
            "start": 969661607,
            "stop": 969661612
        },
        {
            "start": 969661617,
            "stop": 969661700
        },
        {
            "start": 969661703,
            "stop": 969661720
        },
        {
            "start": 969661723,
            "stop": 969661857
        },
        {
            "start": 969661860,
            "stop": 969662164
        },
        {
            "start": 969662168,
            "stop": 969662171
        },
        {
            "start": 969662174,
            "stop": 969662387
        },
        {
            "start": 969662521,
            "stop": 969662599
        },
        {
            "start": 969662602,
            "stop": 969662731
        }
    ]
}