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=29352
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=29353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29351",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29352,
    "results": [
        {
            "start": 971255979,
            "stop": 971255984
        },
        {
            "start": 971255985,
            "stop": 971255990
        },
        {
            "start": 971255991,
            "stop": 971255999
        },
        {
            "start": 971256001,
            "stop": 971256029
        },
        {
            "start": 971256030,
            "stop": 971256049
        },
        {
            "start": 971256050,
            "stop": 971256108
        },
        {
            "start": 971256109,
            "stop": 971256133
        },
        {
            "start": 971256134,
            "stop": 971256149
        },
        {
            "start": 971256152,
            "stop": 971256164
        },
        {
            "start": 971256165,
            "stop": 971256194
        },
        {
            "start": 971256196,
            "stop": 971256227
        },
        {
            "start": 971256228,
            "stop": 971256267
        },
        {
            "start": 971256269,
            "stop": 971256287
        },
        {
            "start": 971256289,
            "stop": 971256322
        },
        {
            "start": 971256323,
            "stop": 971256326
        },
        {
            "start": 971256327,
            "stop": 971256330
        },
        {
            "start": 971256333,
            "stop": 971256342
        },
        {
            "start": 971256345,
            "stop": 971256360
        },
        {
            "start": 971256362,
            "stop": 971256376
        },
        {
            "start": 971256378,
            "stop": 971256402
        }
    ]
}