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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=69",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 70,
    "results": [
        {
            "start": 819612265,
            "stop": 819613825
        },
        {
            "start": 819613980,
            "stop": 819614160
        },
        {
            "start": 819614313,
            "stop": 819614433
        },
        {
            "start": 819614576,
            "stop": 819616316
        },
        {
            "start": 819616470,
            "stop": 819616530
        },
        {
            "start": 819616708,
            "stop": 819617428
        },
        {
            "start": 819617578,
            "stop": 819618718
        },
        {
            "start": 819620050,
            "stop": 819621370
        },
        {
            "start": 819621529,
            "stop": 819621889
        },
        {
            "start": 819622145,
            "stop": 819622415
        },
        {
            "start": 819622565,
            "stop": 819622895
        },
        {
            "start": 819623045,
            "stop": 819624065
        },
        {
            "start": 819624228,
            "stop": 819624648
        },
        {
            "start": 819624895,
            "stop": 819625075
        },
        {
            "start": 819626342,
            "stop": 819626402
        },
        {
            "start": 819626585,
            "stop": 819626645
        },
        {
            "start": 819626941,
            "stop": 819627421
        },
        {
            "start": 819627596,
            "stop": 819630236
        },
        {
            "start": 819630560,
            "stop": 819630680
        },
        {
            "start": 819630831,
            "stop": 819631191
        }
    ]
}