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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=777",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=775",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 776,
    "results": [
        {
            "start": 957461163,
            "stop": 957462203
        },
        {
            "start": 957462209,
            "stop": 957462655
        },
        {
            "start": 957462661,
            "stop": 957464213
        },
        {
            "start": 957464219,
            "stop": 957465027
        },
        {
            "start": 957465032,
            "stop": 957465832
        },
        {
            "start": 957465838,
            "stop": 957465934
        },
        {
            "start": 957465940,
            "stop": 957466016
        },
        {
            "start": 957466022,
            "stop": 957466240
        },
        {
            "start": 957466246,
            "stop": 957466305
        },
        {
            "start": 957466311,
            "stop": 957466371
        },
        {
            "start": 957466377,
            "stop": 957466693
        },
        {
            "start": 957466699,
            "stop": 957467289
        },
        {
            "start": 957467295,
            "stop": 957467309
        },
        {
            "start": 957467728,
            "stop": 957469214
        },
        {
            "start": 957469220,
            "stop": 957469271
        },
        {
            "start": 957469277,
            "stop": 957469519
        },
        {
            "start": 957469525,
            "stop": 957470073
        },
        {
            "start": 957470079,
            "stop": 957470562
        },
        {
            "start": 957470568,
            "stop": 957470792
        },
        {
            "start": 957470798,
            "stop": 957470833
        }
    ]
}