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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5333",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5331",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5332,
    "results": [
        {
            "start": 1136546113,
            "stop": 1136546602
        },
        {
            "start": 1136546604,
            "stop": 1136546606
        },
        {
            "start": 1136546608,
            "stop": 1136546612
        },
        {
            "start": 1136546614,
            "stop": 1136546628
        },
        {
            "start": 1136546630,
            "stop": 1136546715
        },
        {
            "start": 1136546717,
            "stop": 1136546916
        },
        {
            "start": 1136546918,
            "stop": 1136546930
        },
        {
            "start": 1136546934,
            "stop": 1136547163
        },
        {
            "start": 1136547165,
            "stop": 1136547199
        },
        {
            "start": 1136547201,
            "stop": 1136547243
        },
        {
            "start": 1136547245,
            "stop": 1136547582
        },
        {
            "start": 1136547584,
            "stop": 1136547878
        },
        {
            "start": 1136547880,
            "stop": 1136547988
        },
        {
            "start": 1136547990,
            "stop": 1136547995
        },
        {
            "start": 1136547997,
            "stop": 1136548067
        },
        {
            "start": 1136548069,
            "stop": 1136548089
        },
        {
            "start": 1136548091,
            "stop": 1136548379
        },
        {
            "start": 1136548381,
            "stop": 1136548545
        },
        {
            "start": 1136548895,
            "stop": 1136549033
        },
        {
            "start": 1136549035,
            "stop": 1136549067
        }
    ]
}