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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=262",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 263,
    "results": [
        {
            "start": 818230828,
            "stop": 818230831
        },
        {
            "start": 818230839,
            "stop": 818230840
        },
        {
            "start": 818230846,
            "stop": 818230847
        },
        {
            "start": 818230876,
            "stop": 818230878
        },
        {
            "start": 818230889,
            "stop": 818230890
        },
        {
            "start": 818230897,
            "stop": 818230909
        },
        {
            "start": 818230925,
            "stop": 818230928
        },
        {
            "start": 818230932,
            "stop": 818230936
        },
        {
            "start": 818230939,
            "stop": 818230940
        },
        {
            "start": 818230959,
            "stop": 818230963
        },
        {
            "start": 818230975,
            "stop": 818230976
        },
        {
            "start": 818230979,
            "stop": 818230985
        },
        {
            "start": 818231000,
            "stop": 818231003
        },
        {
            "start": 818231014,
            "stop": 818231017
        },
        {
            "start": 818231034,
            "stop": 818231035
        },
        {
            "start": 818231048,
            "stop": 818231049
        },
        {
            "start": 818231067,
            "stop": 818231069
        },
        {
            "start": 818231090,
            "stop": 818231096
        },
        {
            "start": 818231099,
            "stop": 818231101
        },
        {
            "start": 818231106,
            "stop": 818231108
        }
    ]
}