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=870
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=871",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=869",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 870,
    "results": [
        {
            "start": 1251008924,
            "stop": 1251009363
        },
        {
            "start": 1251009367,
            "stop": 1251009945
        },
        {
            "start": 1251009949,
            "stop": 1251010549
        },
        {
            "start": 1251010553,
            "stop": 1251011558
        },
        {
            "start": 1251011562,
            "stop": 1251012669
        },
        {
            "start": 1251012673,
            "stop": 1251013205
        },
        {
            "start": 1251013208,
            "stop": 1251013348
        },
        {
            "start": 1251013351,
            "stop": 1251014479
        },
        {
            "start": 1251014483,
            "stop": 1251014527
        },
        {
            "start": 1251014531,
            "stop": 1251015849
        },
        {
            "start": 1251015853,
            "stop": 1251018669
        },
        {
            "start": 1251021662,
            "stop": 1251021779
        },
        {
            "start": 1251021783,
            "stop": 1251022222
        },
        {
            "start": 1251022226,
            "stop": 1251022848
        },
        {
            "start": 1251022852,
            "stop": 1251022999
        },
        {
            "start": 1251023003,
            "stop": 1251025466
        },
        {
            "start": 1251025470,
            "stop": 1251026481
        },
        {
            "start": 1251026484,
            "stop": 1251026608
        },
        {
            "start": 1251026612,
            "stop": 1251027290
        },
        {
            "start": 1251032009,
            "stop": 1251033325
        }
    ]
}