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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16610",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16608",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16609,
    "results": [
        {
            "start": 874742860,
            "stop": 874742976
        },
        {
            "start": 874742980,
            "stop": 874743033
        },
        {
            "start": 874743034,
            "stop": 874743113
        },
        {
            "start": 874743114,
            "stop": 874743431
        },
        {
            "start": 874743434,
            "stop": 874743450
        },
        {
            "start": 874745089,
            "stop": 874745144
        },
        {
            "start": 874745152,
            "stop": 874745280
        },
        {
            "start": 874745283,
            "stop": 874745305
        },
        {
            "start": 874745306,
            "stop": 874745348
        },
        {
            "start": 874745349,
            "stop": 874745404
        },
        {
            "start": 874745405,
            "stop": 874745409
        },
        {
            "start": 874745410,
            "stop": 874745415
        },
        {
            "start": 874745416,
            "stop": 874745619
        },
        {
            "start": 874745620,
            "stop": 874745688
        },
        {
            "start": 874745690,
            "stop": 874745698
        },
        {
            "start": 874745702,
            "stop": 874745914
        },
        {
            "start": 874745917,
            "stop": 874746120
        },
        {
            "start": 874746123,
            "stop": 874746168
        },
        {
            "start": 874746171,
            "stop": 874746399
        },
        {
            "start": 874746402,
            "stop": 874746412
        }
    ]
}