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=7023
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=7024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7022",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7023,
    "results": [
        {
            "start": 874006939,
            "stop": 874007000
        },
        {
            "start": 874007003,
            "stop": 874007352
        },
        {
            "start": 874007355,
            "stop": 874008527
        },
        {
            "start": 874008530,
            "stop": 874009689
        },
        {
            "start": 874009693,
            "stop": 874011493
        },
        {
            "start": 874011496,
            "stop": 874011517
        },
        {
            "start": 874011520,
            "stop": 874012668
        },
        {
            "start": 874012671,
            "stop": 874012850
        },
        {
            "start": 874012853,
            "stop": 874013970
        },
        {
            "start": 874014930,
            "stop": 874014986
        },
        {
            "start": 874014990,
            "stop": 874015380
        },
        {
            "start": 874015513,
            "stop": 874015900
        },
        {
            "start": 874015903,
            "stop": 874016017
        },
        {
            "start": 874016021,
            "stop": 874016193
        },
        {
            "start": 874016409,
            "stop": 874018079
        },
        {
            "start": 874018080,
            "stop": 874018087
        },
        {
            "start": 874018089,
            "stop": 874018091
        },
        {
            "start": 874018092,
            "stop": 874018095
        },
        {
            "start": 874018100,
            "stop": 874018130
        },
        {
            "start": 874018131,
            "stop": 874018134
        }
    ]
}