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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14167",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14168,
    "results": [
        {
            "start": 971166353,
            "stop": 971166355
        },
        {
            "start": 971166358,
            "stop": 971166360
        },
        {
            "start": 971166364,
            "stop": 971166365
        },
        {
            "start": 971166375,
            "stop": 971166378
        },
        {
            "start": 971166381,
            "stop": 971166384
        },
        {
            "start": 971166391,
            "stop": 971166392
        },
        {
            "start": 971166396,
            "stop": 971166397
        },
        {
            "start": 971166403,
            "stop": 971166405
        },
        {
            "start": 971166406,
            "stop": 971166407
        },
        {
            "start": 971166408,
            "stop": 971166411
        },
        {
            "start": 971166413,
            "stop": 971166416
        },
        {
            "start": 971166418,
            "stop": 971166420
        },
        {
            "start": 971166422,
            "stop": 971166423
        },
        {
            "start": 971166424,
            "stop": 971166425
        },
        {
            "start": 971166426,
            "stop": 971166428
        },
        {
            "start": 971166429,
            "stop": 971166432
        },
        {
            "start": 971166433,
            "stop": 971166435
        },
        {
            "start": 971166439,
            "stop": 971166441
        },
        {
            "start": 971166442,
            "stop": 971166444
        },
        {
            "start": 971166451,
            "stop": 971166454
        }
    ]
}