Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6110
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6109",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6110,
    "results": [
        {
            "start": 874080142,
            "stop": 874081076
        },
        {
            "start": 874081077,
            "stop": 874081242
        },
        {
            "start": 874081244,
            "stop": 874081290
        },
        {
            "start": 874081291,
            "stop": 874081364
        },
        {
            "start": 874081365,
            "stop": 874081374
        },
        {
            "start": 874081375,
            "stop": 874081386
        },
        {
            "start": 874081387,
            "stop": 874081418
        },
        {
            "start": 874082216,
            "stop": 874082685
        },
        {
            "start": 874082687,
            "stop": 874083248
        },
        {
            "start": 874083249,
            "stop": 874083250
        },
        {
            "start": 874083251,
            "stop": 874083511
        },
        {
            "start": 874083512,
            "stop": 874083656
        },
        {
            "start": 874083657,
            "stop": 874084756
        },
        {
            "start": 874084757,
            "stop": 874085053
        },
        {
            "start": 874085054,
            "stop": 874085142
        },
        {
            "start": 874085385,
            "stop": 874085517
        },
        {
            "start": 874085518,
            "stop": 874085783
        },
        {
            "start": 874085784,
            "stop": 874085982
        },
        {
            "start": 874085983,
            "stop": 874086214
        },
        {
            "start": 874086215,
            "stop": 874086261
        }
    ]
}