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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=227",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 228,
    "results": [
        {
            "start": 931503095,
            "stop": 931503108
        },
        {
            "start": 931503109,
            "stop": 931503114
        },
        {
            "start": 931503117,
            "stop": 931503128
        },
        {
            "start": 931503131,
            "stop": 931503138
        },
        {
            "start": 931503141,
            "stop": 931503142
        },
        {
            "start": 931503145,
            "stop": 931503162
        },
        {
            "start": 931503165,
            "stop": 931503170
        },
        {
            "start": 931503173,
            "stop": 931503184
        },
        {
            "start": 931503187,
            "stop": 931503196
        },
        {
            "start": 931503202,
            "stop": 931503219
        },
        {
            "start": 931503222,
            "stop": 931503237
        },
        {
            "start": 931503239,
            "stop": 931503245
        },
        {
            "start": 931503248,
            "stop": 931503266
        },
        {
            "start": 931503268,
            "stop": 931503279
        },
        {
            "start": 931503281,
            "stop": 931503290
        },
        {
            "start": 931503294,
            "stop": 931503297
        },
        {
            "start": 931503300,
            "stop": 931503301
        },
        {
            "start": 931503306,
            "stop": 931503310
        },
        {
            "start": 931503315,
            "stop": 931503330
        },
        {
            "start": 931503338,
            "stop": 931503348
        }
    ]
}