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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5337",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5338,
    "results": [
        {
            "start": 971238793,
            "stop": 971238830
        },
        {
            "start": 971238833,
            "stop": 971239153
        },
        {
            "start": 971239156,
            "stop": 971239644
        },
        {
            "start": 971239647,
            "stop": 971239865
        },
        {
            "start": 971239868,
            "stop": 971240233
        },
        {
            "start": 971240236,
            "stop": 971240257
        },
        {
            "start": 971240260,
            "stop": 971240744
        },
        {
            "start": 971240747,
            "stop": 971240881
        },
        {
            "start": 971240884,
            "stop": 971240911
        },
        {
            "start": 971240914,
            "stop": 971241388
        },
        {
            "start": 971241391,
            "stop": 971241408
        },
        {
            "start": 971241411,
            "stop": 971242123
        },
        {
            "start": 971242126,
            "stop": 971242196
        },
        {
            "start": 971242199,
            "stop": 971242804
        },
        {
            "start": 971242807,
            "stop": 971242815
        },
        {
            "start": 971242818,
            "stop": 971242850
        },
        {
            "start": 971242853,
            "stop": 971242879
        },
        {
            "start": 971242882,
            "stop": 971242989
        },
        {
            "start": 971242992,
            "stop": 971243173
        },
        {
            "start": 971243191,
            "stop": 971243371
        }
    ]
}