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=6202
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=6203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6201",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6202,
    "results": [
        {
            "start": 874595171,
            "stop": 874595191
        },
        {
            "start": 874595192,
            "stop": 874595202
        },
        {
            "start": 874595203,
            "stop": 874595204
        },
        {
            "start": 874595206,
            "stop": 874595225
        },
        {
            "start": 874601066,
            "stop": 874601084
        },
        {
            "start": 874601085,
            "stop": 874601506
        },
        {
            "start": 874601511,
            "stop": 874601595
        },
        {
            "start": 874601598,
            "stop": 874601883
        },
        {
            "start": 874601886,
            "stop": 874602596
        },
        {
            "start": 874602599,
            "stop": 874602620
        },
        {
            "start": 874602623,
            "stop": 874602660
        },
        {
            "start": 874602663,
            "stop": 874603082
        },
        {
            "start": 874603086,
            "stop": 874603100
        },
        {
            "start": 874603103,
            "stop": 874603169
        },
        {
            "start": 874603172,
            "stop": 874603646
        },
        {
            "start": 874603649,
            "stop": 874605073
        },
        {
            "start": 874605075,
            "stop": 874606052
        },
        {
            "start": 874606053,
            "stop": 874606389
        },
        {
            "start": 874606393,
            "stop": 874606401
        },
        {
            "start": 874606406,
            "stop": 874606413
        }
    ]
}