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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=874",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=872",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 873,
    "results": [
        {
            "start": 1251049688,
            "stop": 1251050343
        },
        {
            "start": 1251050347,
            "stop": 1251051725
        },
        {
            "start": 1251051729,
            "stop": 1251052167
        },
        {
            "start": 1251052176,
            "stop": 1251052952
        },
        {
            "start": 1251052956,
            "stop": 1251053413
        },
        {
            "start": 1251053417,
            "stop": 1251053455
        },
        {
            "start": 1251053459,
            "stop": 1251053506
        },
        {
            "start": 1251053510,
            "stop": 1251053626
        },
        {
            "start": 1251053630,
            "stop": 1251054396
        },
        {
            "start": 1251054400,
            "stop": 1251054842
        },
        {
            "start": 1251054845,
            "stop": 1251056918
        },
        {
            "start": 1251056921,
            "stop": 1251056983
        },
        {
            "start": 1251056987,
            "stop": 1251057373
        },
        {
            "start": 1251057377,
            "stop": 1251057622
        },
        {
            "start": 1251066741,
            "stop": 1251067083
        },
        {
            "start": 1251067087,
            "stop": 1251067648
        },
        {
            "start": 1251067652,
            "stop": 1251068457
        },
        {
            "start": 1251070691,
            "stop": 1251070961
        },
        {
            "start": 1251070965,
            "stop": 1251072547
        },
        {
            "start": 1251072551,
            "stop": 1251072916
        }
    ]
}