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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3070",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3068",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3069,
    "results": [
        {
            "start": 865654140,
            "stop": 865654302
        },
        {
            "start": 865654305,
            "stop": 865654362
        },
        {
            "start": 865654365,
            "stop": 865655149
        },
        {
            "start": 865655155,
            "stop": 865655245
        },
        {
            "start": 865655248,
            "stop": 865655340
        },
        {
            "start": 865655400,
            "stop": 865655460
        },
        {
            "start": 865655520,
            "stop": 865655667
        },
        {
            "start": 865655671,
            "stop": 865656120
        },
        {
            "start": 865656124,
            "stop": 865656240
        },
        {
            "start": 865656300,
            "stop": 865660500
        },
        {
            "start": 865660560,
            "stop": 865661472
        },
        {
            "start": 865661475,
            "stop": 865668084
        },
        {
            "start": 865670152,
            "stop": 865684067
        },
        {
            "start": 865684073,
            "stop": 865684080
        },
        {
            "start": 865684433,
            "stop": 865685444
        },
        {
            "start": 865685625,
            "stop": 865692480
        },
        {
            "start": 865692540,
            "stop": 865693080
        },
        {
            "start": 865693140,
            "stop": 865695000
        },
        {
            "start": 865695060,
            "stop": 865695242
        },
        {
            "start": 865720229,
            "stop": 865720550
        }
    ]
}