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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1694",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1692",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1693,
    "results": [
        {
            "start": 957535270,
            "stop": 957535896
        },
        {
            "start": 957535898,
            "stop": 957538065
        },
        {
            "start": 957538066,
            "stop": 957538488
        },
        {
            "start": 957538489,
            "stop": 957538495
        },
        {
            "start": 957538727,
            "stop": 957538768
        },
        {
            "start": 957538772,
            "stop": 957540999
        },
        {
            "start": 957541001,
            "stop": 957542735
        },
        {
            "start": 957542737,
            "stop": 957547321
        },
        {
            "start": 957547323,
            "stop": 957547553
        },
        {
            "start": 957547555,
            "stop": 957548095
        },
        {
            "start": 957548097,
            "stop": 957549558
        },
        {
            "start": 957549566,
            "stop": 957550500
        },
        {
            "start": 957550502,
            "stop": 957552462
        },
        {
            "start": 957552464,
            "stop": 957554763
        },
        {
            "start": 957554765,
            "stop": 957555272
        },
        {
            "start": 957555274,
            "stop": 957555275
        },
        {
            "start": 957555279,
            "stop": 957555536
        },
        {
            "start": 957555538,
            "stop": 957558467
        },
        {
            "start": 957558469,
            "stop": 957558541
        },
        {
            "start": 957558544,
            "stop": 957558546
        }
    ]
}