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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 67,
    "results": [
        {
            "start": 817354681,
            "stop": 817354950
        },
        {
            "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
        },
        {
            "start": 817365097,
            "stop": 817365262
        },
        {
            "start": 817366380,
            "stop": 817366440
        },
        {
            "start": 817366800,
            "stop": 817367040
        },
        {
            "start": 817367100,
            "stop": 817367627
        }
    ]
}