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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=208",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 209,
    "results": [
        {
            "start": 933088601,
            "stop": 933088945
        },
        {
            "start": 933088950,
            "stop": 933089003
        },
        {
            "start": 933089008,
            "stop": 933089730
        },
        {
            "start": 933089735,
            "stop": 933089846
        },
        {
            "start": 933089847,
            "stop": 933089855
        },
        {
            "start": 933089860,
            "stop": 933089884
        },
        {
            "start": 933093309,
            "stop": 933093611
        },
        {
            "start": 933093655,
            "stop": 933093666
        },
        {
            "start": 933093765,
            "stop": 933093937
        },
        {
            "start": 933093956,
            "stop": 933094046
        },
        {
            "start": 933094080,
            "stop": 933094164
        },
        {
            "start": 933094183,
            "stop": 933094234
        },
        {
            "start": 933094253,
            "stop": 933094428
        },
        {
            "start": 933094461,
            "stop": 933094561
        },
        {
            "start": 933094580,
            "stop": 933094845
        },
        {
            "start": 933094863,
            "stop": 933095009
        },
        {
            "start": 933095045,
            "stop": 933095122
        },
        {
            "start": 933095123,
            "stop": 933095421
        },
        {
            "start": 933095422,
            "stop": 933095639
        },
        {
            "start": 933095658,
            "stop": 933096068
        }
    ]
}