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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8041",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8039",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8040,
    "results": [
        {
            "start": 970413519,
            "stop": 970413529
        },
        {
            "start": 970413532,
            "stop": 970413551
        },
        {
            "start": 970413554,
            "stop": 970413555
        },
        {
            "start": 970413584,
            "stop": 970413587
        },
        {
            "start": 970413686,
            "stop": 970413701
        },
        {
            "start": 970413704,
            "stop": 970413717
        },
        {
            "start": 970413732,
            "stop": 970413733
        },
        {
            "start": 970413736,
            "stop": 970413740
        },
        {
            "start": 970413748,
            "stop": 970413754
        },
        {
            "start": 970413761,
            "stop": 970413777
        },
        {
            "start": 970413780,
            "stop": 970413801
        },
        {
            "start": 970413807,
            "stop": 970413816
        },
        {
            "start": 970413819,
            "stop": 970413822
        },
        {
            "start": 970413827,
            "stop": 970413845
        },
        {
            "start": 970413850,
            "stop": 970413891
        },
        {
            "start": 970413899,
            "stop": 970413900
        },
        {
            "start": 970413906,
            "stop": 970413979
        },
        {
            "start": 970413984,
            "stop": 970413996
        },
        {
            "start": 970413999,
            "stop": 970414000
        },
        {
            "start": 970414003,
            "stop": 970414018
        }
    ]
}