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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=645",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=643",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 644,
    "results": [
        {
            "start": 1247721772,
            "stop": 1247722671
        },
        {
            "start": 1247722675,
            "stop": 1247724051
        },
        {
            "start": 1247724055,
            "stop": 1247724805
        },
        {
            "start": 1247724810,
            "stop": 1247727600
        },
        {
            "start": 1247727605,
            "stop": 1247728990
        },
        {
            "start": 1247728994,
            "stop": 1247729810
        },
        {
            "start": 1247729813,
            "stop": 1247731374
        },
        {
            "start": 1247731377,
            "stop": 1247734061
        },
        {
            "start": 1247734069,
            "stop": 1247736941
        },
        {
            "start": 1247741176,
            "stop": 1247747856
        },
        {
            "start": 1247747861,
            "stop": 1247747902
        },
        {
            "start": 1247747906,
            "stop": 1247748029
        },
        {
            "start": 1247748032,
            "stop": 1247750675
        },
        {
            "start": 1247750683,
            "stop": 1247752341
        },
        {
            "start": 1247752345,
            "stop": 1247758550
        },
        {
            "start": 1247763675,
            "stop": 1247763889
        },
        {
            "start": 1247763892,
            "stop": 1247764446
        },
        {
            "start": 1247764450,
            "stop": 1247767084
        },
        {
            "start": 1247767090,
            "stop": 1247767091
        },
        {
            "start": 1247767092,
            "stop": 1247767162
        }
    ]
}