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=5246
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=5247",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5245",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5246,
    "results": [
        {
            "start": 1136386150,
            "stop": 1136386198
        },
        {
            "start": 1136386200,
            "stop": 1136386234
        },
        {
            "start": 1136386236,
            "stop": 1136386256
        },
        {
            "start": 1136386258,
            "stop": 1136386262
        },
        {
            "start": 1136386264,
            "stop": 1136386270
        },
        {
            "start": 1136386272,
            "stop": 1136386283
        },
        {
            "start": 1136386285,
            "stop": 1136386288
        },
        {
            "start": 1136386290,
            "stop": 1136386311
        },
        {
            "start": 1136386313,
            "stop": 1136386330
        },
        {
            "start": 1136386332,
            "stop": 1136386371
        },
        {
            "start": 1136386373,
            "stop": 1136386374
        },
        {
            "start": 1136386376,
            "stop": 1136386382
        },
        {
            "start": 1136386384,
            "stop": 1136386394
        },
        {
            "start": 1136386396,
            "stop": 1136386440
        },
        {
            "start": 1136386444,
            "stop": 1136386447
        },
        {
            "start": 1136386449,
            "stop": 1136386456
        },
        {
            "start": 1136386458,
            "stop": 1136386537
        },
        {
            "start": 1136386539,
            "stop": 1136386588
        },
        {
            "start": 1136386590,
            "stop": 1136386610
        },
        {
            "start": 1136386612,
            "stop": 1136386614
        }
    ]
}