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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 74,
    "results": [
        {
            "start": 1370916848,
            "stop": 1370918406
        },
        {
            "start": 1370918408,
            "stop": 1370919144
        },
        {
            "start": 1370919145,
            "stop": 1370920578
        },
        {
            "start": 1370920580,
            "stop": 1370921483
        },
        {
            "start": 1370921484,
            "stop": 1370921952
        },
        {
            "start": 1370921953,
            "stop": 1370922766
        },
        {
            "start": 1370922768,
            "stop": 1370923309
        },
        {
            "start": 1370923311,
            "stop": 1370924966
        },
        {
            "start": 1370924968,
            "stop": 1370925831
        },
        {
            "start": 1370925833,
            "stop": 1370928691
        },
        {
            "start": 1370928693,
            "stop": 1370928962
        },
        {
            "start": 1370928966,
            "stop": 1370929459
        },
        {
            "start": 1370929461,
            "stop": 1370930004
        },
        {
            "start": 1370930007,
            "stop": 1370931894
        },
        {
            "start": 1370931896,
            "stop": 1370933171
        },
        {
            "start": 1370933173,
            "stop": 1370933641
        },
        {
            "start": 1370933646,
            "stop": 1370934525
        },
        {
            "start": 1370934530,
            "stop": 1370935430
        },
        {
            "start": 1370935432,
            "stop": 1370936033
        },
        {
            "start": 1370936035,
            "stop": 1370937439
        }
    ]
}