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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=151",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 152,
    "results": [
        {
            "start": 828534277,
            "stop": 828534354
        },
        {
            "start": 828534356,
            "stop": 828534395
        },
        {
            "start": 828534398,
            "stop": 828534413
        },
        {
            "start": 828534416,
            "stop": 828534441
        },
        {
            "start": 828534445,
            "stop": 828534575
        },
        {
            "start": 828534577,
            "stop": 828534712
        },
        {
            "start": 828534714,
            "stop": 828534768
        },
        {
            "start": 828534771,
            "stop": 828534823
        },
        {
            "start": 828534824,
            "stop": 828534884
        },
        {
            "start": 828534886,
            "stop": 828534925
        },
        {
            "start": 828534928,
            "stop": 828534974
        },
        {
            "start": 828534976,
            "stop": 828534978
        },
        {
            "start": 828534980,
            "stop": 828535038
        },
        {
            "start": 828535040,
            "stop": 828535064
        },
        {
            "start": 828535066,
            "stop": 828535067
        },
        {
            "start": 828535071,
            "stop": 828535072
        },
        {
            "start": 828535074,
            "stop": 828535093
        },
        {
            "start": 828535096,
            "stop": 828535119
        },
        {
            "start": 828535123,
            "stop": 828535124
        },
        {
            "start": 828535126,
            "stop": 828535198
        }
    ]
}