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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=184",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 185,
    "results": [
        {
            "start": 932729993,
            "stop": 932730295
        },
        {
            "start": 932736772,
            "stop": 932737418
        },
        {
            "start": 932737420,
            "stop": 932737432
        },
        {
            "start": 932737435,
            "stop": 932738394
        },
        {
            "start": 932758842,
            "stop": 932759054
        },
        {
            "start": 932760935,
            "stop": 932761457
        },
        {
            "start": 932763575,
            "stop": 932763615
        },
        {
            "start": 932763975,
            "stop": 932765863
        },
        {
            "start": 932771327,
            "stop": 932771732
        },
        {
            "start": 932791915,
            "stop": 932792415
        },
        {
            "start": 932792775,
            "stop": 932795024
        },
        {
            "start": 932795026,
            "stop": 932795773
        },
        {
            "start": 932795776,
            "stop": 932796015
        },
        {
            "start": 932796375,
            "stop": 932797229
        },
        {
            "start": 932797231,
            "stop": 932797247
        },
        {
            "start": 932797250,
            "stop": 932798527
        },
        {
            "start": 932798529,
            "stop": 932799100
        },
        {
            "start": 932803648,
            "stop": 932804701
        },
        {
            "start": 932804719,
            "stop": 932805511
        },
        {
            "start": 932805513,
            "stop": 932806201
        }
    ]
}