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=16695
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=16696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16694",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16695,
    "results": [
        {
            "start": 874940829,
            "stop": 874940848
        },
        {
            "start": 874940849,
            "stop": 874940859
        },
        {
            "start": 874940860,
            "stop": 874940866
        },
        {
            "start": 874940868,
            "stop": 874940897
        },
        {
            "start": 874940898,
            "stop": 874940989
        },
        {
            "start": 874940990,
            "stop": 874941049
        },
        {
            "start": 874941050,
            "stop": 874941090
        },
        {
            "start": 874941091,
            "stop": 874941092
        },
        {
            "start": 874941093,
            "stop": 874941139
        },
        {
            "start": 874941141,
            "stop": 874941169
        },
        {
            "start": 874941170,
            "stop": 874941295
        },
        {
            "start": 874941296,
            "stop": 874941360
        },
        {
            "start": 874941361,
            "stop": 874941363
        },
        {
            "start": 874941365,
            "stop": 874941372
        },
        {
            "start": 874941374,
            "stop": 874941380
        },
        {
            "start": 874941381,
            "stop": 874941400
        },
        {
            "start": 874941401,
            "stop": 874941444
        },
        {
            "start": 874941445,
            "stop": 874941465
        },
        {
            "start": 874941466,
            "stop": 874941562
        },
        {
            "start": 874941563,
            "stop": 874941572
        }
    ]
}