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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=53",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 54,
    "results": [
        {
            "start": 1418823451,
            "stop": 1418833390
        },
        {
            "start": 1418841470,
            "stop": 1418876650
        },
        {
            "start": 1418883017,
            "stop": 1418905131
        },
        {
            "start": 1418910228,
            "stop": 1418921752
        },
        {
            "start": 1418921964,
            "stop": 1418922773
        },
        {
            "start": 1418923117,
            "stop": 1418926561
        },
        {
            "start": 1418931392,
            "stop": 1418962002
        },
        {
            "start": 1418979165,
            "stop": 1418998698
        },
        {
            "start": 1418999358,
            "stop": 1419006648
        },
        {
            "start": 1419007279,
            "stop": 1419010823
        },
        {
            "start": 1419021400,
            "stop": 1419022547
        },
        {
            "start": 1419022807,
            "stop": 1419051540
        },
        {
            "start": 1419051619,
            "stop": 1419066830
        },
        {
            "start": 1419067139,
            "stop": 1419186351
        },
        {
            "start": 1419187055,
            "stop": 1419285376
        },
        {
            "start": 1419293840,
            "stop": 1419313534
        },
        {
            "start": 1419318693,
            "stop": 1419339655
        },
        {
            "start": 1419352197,
            "stop": 1419449451
        },
        {
            "start": 1419451153,
            "stop": 1419460417
        },
        {
            "start": 1419461087,
            "stop": 1419469643
        }
    ]
}